Skip to content

Commit

Permalink
try coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
basaks committed Sep 18, 2017
1 parent 3f0d871 commit 94a9fe2
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 @@ -35,7 +35,7 @@ test:
pytest --junit-xml=test_output/pytest/results.xml --cache-clear

coverage:
pytest --cov-report term-missing:skip-covered --cov=seismic --cache-clear --cov-fail-under=50 tests/
pytest --cov-report term-missing:skip-covered --cov=seismic --cache-clear tests/
coveralls

# pytest --junit-xml=test_output/pytest/results.xml --cov=seismic --cov-report=html:test_output/coverage --cache-clear --cov-fail-under=50 ./tests
Expand Down

0 comments on commit 94a9fe2

Please sign in to comment.