Files
ichnaea/.coveragerc
2016-09-01 19:53:43 +02:00

14 lines
215 B
INI

[run]
source = ichnaea
concurrency = gevent
plugins = Cython.Coverage
omit =
*/tests/*
*/alembic/versions/*
[report]
show_missing = true
exclude_lines =
pragma: no cover
raise NotImplementedError()