Skip to content
Snippets Groups Projects
Commit c773f662 authored by Stefano Borini's avatar Stefano Borini
Browse files

Added coveragerc

parent bb6c9ae3
No related branches found
No related tags found
1 merge request!19Added coveragerc file
[run]
branch = True
source = force_bdss
omit = */tests/*
*/bench/*
*/scripts/*
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about missing debug-only code:
def __repr__
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment