Skip to content
Snippets Groups Projects

Added coveragerc file

Merged Adham Hashibon requested to merge fix-incorrect-codecov into master
1 file
+ 23
0
Compare changes
  • Side-by-side
  • Inline
.coveragerc 0 → 100644
+ 23
0
[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
Loading