mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
14 lines
215 B
INI
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()
|