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 a52d230 commit 3f0d871
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ 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/
coveralls
# pytest --junit-xml=test_output/pytest/results.xml --cov=seismic --cov-report=html:test_output/coverage --cache-clear --cov-fail-under=50 ./tests
pytest --cov-report term-missing:skip-covered --cov=seismic --cache-clear --cov-fail-under=50 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

0 comments on commit 3f0d871

Please sign in to comment.