Skip to content

Commit

Permalink
Make test coverage report by default when running py.test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Dec 21, 2015
1 parent 28f2c3e commit a1f0377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
@@ -0,0 +1,2 @@
[run]
omit = nbdime/tests/*
2 changes: 1 addition & 1 deletion pytest.ini
@@ -1,3 +1,3 @@
[pytest]
testpaths=nbdime/tests
addopts=-l
addopts=-l --cov-report html --cov=nbdime

0 comments on commit a1f0377

Please sign in to comment.