Skip to content

Commit

Permalink
Add correct coverage source used for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-Lass committed Jul 26, 2019
1 parent 192203a commit 919ddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test:
pytest -vv .

coveralls:
py.test . -vv --cov MJOLNIR;
py.test . -vv --cov .;

coverage:
coverage run -m pytest -vv .
Expand Down

0 comments on commit 919ddb2

Please sign in to comment.