Added .coveragerc

Added configuration file for pytest-cov
This commit is contained in:
Ethan Smith-Coss 2022-05-12 13:48:52 +01:00
parent 6cd0024113
commit 32d84b5808
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

5
.coveragerc Normal file
View File

@ -0,0 +1,5 @@
[run]
omit =
clog/__version__.py
parallel = 1
branch = 1