mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-21 21:07:59 +01:00
Add configuration file for test coverage
This commit is contained in:
parent
21a98a9e72
commit
f763dabbfa
1 changed files with 7 additions and 0 deletions
7
.coveragerc
Normal file
7
.coveragerc
Normal file
|
@ -0,0 +1,7 @@
|
|||
[run]
|
||||
include = fimfarchive/*
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
raise NotImplementedError
|
Loading…
Reference in a new issue