Skip to content
Snippets Groups Projects
.coveragerc 177 B
[run]
branch=1
plugins = Cython.Coverage
source=
  tempsdb
concurrency=thread
omit=
  tests/*
  .eggs/*
  setup.py

[report]
include=
    tempsdb/*.pyx
    tempsdb/chunks/*.pyx