Skip to content

Commit

Permalink
Rename config section names for coverage version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Power committed Sep 21, 2015
1 parent c95de4c commit ecd8517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .coveragerc
Expand Up @@ -7,14 +7,14 @@
# * http://nedbatchelder.com/code/coverage/config.html
# =========================================================================

[run]
[coverage:run]
append = .coverage
include = mailpile*
omit = nose
branch = True
#parallel = True

[report]
[coverage:report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
Expand All @@ -35,9 +35,9 @@ exclude_lines =

ignore_errors = True

[html]
[coverage:html]
directory = build/coverage.html

[xml]
[coverage:xml]
outfile = build/coverage.xml

0 comments on commit ecd8517

Please sign in to comment.