ignore tests for coverage

pull/9/head v0.0.1
Thomas Irgang 2017-07-19 15:40:57 +02:00
rodzic 850cc4d7e8
commit 9d18bc77c6
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,13 @@
# .coveragerc to control coverage.py
[run]
branch = True
omit =
# omit tests
*/test/*
# omit test runner
test.py
# omit example runner
main.py
[report]
# Regexes for lines to exclude from consideration