Skip to content

Commit

Permalink
Merge 3297f8c into f526f48
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed May 22, 2020
2 parents f526f48 + 3297f8c commit 56af030
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .coveragerc
@@ -1,27 +1,27 @@
# .coveragerc to control coverage.py
# [run]
# branch = True
; .coveragerc to control coverage.py
; [run]
; branch = True

[report]
include =
workflow/*
# fail_under = 100
; fail_under = 100
show_missing = 1
# Regexes for lines to exclude from consideration
; Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
; Have to re-enable the standard pragma
pragma: no cover
pragma: nocover

# Don't complain about missing debug-only code:
; Don't complain about missing debug-only code:
def __repr__
if self\.debug

# Don't complain if tests don't hit defensive assertion code:
; Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError

# Don't complain if non-runnable code isn't run:
; Don't complain if non-runnable code isn't run:
if 0:
if False:
if __name__ == .__main__.:
Expand Down
1 change: 0 additions & 1 deletion run-tests.sh
Expand Up @@ -152,5 +152,4 @@ case "$ret3" in
*) fail "COVERAGE FAILED" ;;
esac

test -z "$TRAVIS" && coverage erase
exit $ret3

0 comments on commit 56af030

Please sign in to comment.