master > master: code py - setup
This commit is contained in:
18
code/python/.coveragerc
Normal file
18
code/python/.coveragerc
Normal file
@@ -0,0 +1,18 @@
|
||||
[run]
|
||||
source="."
|
||||
|
||||
[report]
|
||||
show_missing = true
|
||||
omit =
|
||||
# ignore tests folder
|
||||
tests/*
|
||||
# ignore thirdparty imports
|
||||
src/thirdparty/*
|
||||
# ignore __init__ files (only used for exports)
|
||||
**/__init__.py
|
||||
# ignore main.py
|
||||
main.py
|
||||
# TODO: increase code-coverage:
|
||||
precision = 0
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
Reference in New Issue
Block a user