Add coverage config

This commit is contained in:
Deko
2023-03-12 16:18:04 +01:00
parent 28f12679f6
commit d2d1cf6486
2 changed files with 7 additions and 1 deletions

6
.coveragerc Normal file
View File

@@ -0,0 +1,6 @@
[run]
source = .
branch = True
[report]
show_missing = True

2
.gitignore vendored
View File

@@ -8,4 +8,4 @@ __pycache__/
# Tests and Coverage # Tests and Coverage
.pytest_cache/ .pytest_cache/
.coverage* .coverage