enhancement: add configuration file for coverage to exclude files under .tox/

This commit is contained in:
Satoru SATOH 2019-02-25 19:37:05 +09:00
parent 80fd4a5843
commit 0d4b90971a

9
.coveragerc Normal file
View file

@ -0,0 +1,9 @@
[report]
omit =
.tox/*/*/*
.tox/*/*/*/*
[run]
omit =
.tox/*/*/*
.tox/*/*/*/*