Skip to content

Commit

Permalink
Update coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhiscocks committed Jun 25, 2018
1 parent a477dd7 commit d5c4417
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
@@ -1,4 +1,9 @@
# .coveragerc to control coverage.py
[run]
branch = True
source = stonesoup
omit = */tests/*

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
Expand All @@ -7,3 +12,6 @@ exclude_lines =

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

# Ignore pass:
pass

0 comments on commit d5c4417

Please sign in to comment.