Skip to content

Commit

Permalink
setup.cfg to configure coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 10, 2021
1 parent a5d138f commit 5e0065a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[nosetests]

verbosity=3
with-doctest=1
rednose=1
hide-skips=1
cover-tests=1
with-coverage=1
cover-html=1
cover-package=sermepa
cover-inclusive=1
nocapture=1 # don't filter standard output/error

[coverage:run]
relative_files = True
omit =
**/*test.py


0 comments on commit 5e0065a

Please sign in to comment.