Skip to content
Snippets Groups Projects
Commit 8479e52d authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #19 from force-h2020/fix-incorrect-codecov

Added coveragerc file
parents bb6c9ae3 c773f662
No related branches found
No related tags found
No related merge requests found
[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