Add coverage config
This commit is contained in:
6
.coveragerc
Normal file
6
.coveragerc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[run]
|
||||||
|
source = .
|
||||||
|
branch = True
|
||||||
|
|
||||||
|
[report]
|
||||||
|
show_missing = True
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,4 +8,4 @@ __pycache__/
|
|||||||
|
|
||||||
# Tests and Coverage
|
# Tests and Coverage
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.coverage*
|
.coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user