Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Fix code coverage calculation. Resolves #64.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Jul 17, 2017
1 parent dfcb7f6 commit 4e08eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ tests:
-py.test -v

tests-coverage:
-py.test -v --cov=rho
-py.test -v --cov=rho --cov=library

lint-flake8:
flake8 . --ignore D203
Expand Down

0 comments on commit 4e08eb9

Please sign in to comment.