Skip to content

Commit

Permalink
Ignore __init__.py in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
kohr-h committed Nov 5, 2015
1 parent a04534e commit 3ff67e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# .coveragerc to control coverage.py
[run]
branch = False

include =
odl/*

omit =
*/__init__.py
odl/diagnostics/*
Expand Down Expand Up @@ -39,4 +41,4 @@ exclude_lines =
ignore_errors = True

[html]
directory = htmlcov
directory = htmlcov

0 comments on commit 3ff67e4

Please sign in to comment.