Skip to content

Commit

Permalink
move html report of coverage to build/coverage
Browse files Browse the repository at this point in the history
Running

    python3 -m coverage run -m unittest
    python3 -m coverage html

will now create an html report in build/coverage.
  • Loading branch information
joostvanzwieten committed Jan 12, 2018
1 parent e3c65c5 commit fd517f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
@@ -1,2 +1,5 @@
[run]
source = nutils

[html]
directory = build/coverage/

0 comments on commit fd517f0

Please sign in to comment.