python-dependency-injector/.coveragerc

11 lines
146 B
Plaintext
Raw Normal View History

2015-03-10 17:12:42 +03:00
[run]
source = dependency_injector
2016-11-03 00:55:14 +03:00
omit = tests/unit
2016-11-01 11:49:44 +03:00
plugins = Cython.Coverage
[report]
show_missing = true
[html]
directory=reports/unittests/