Skip to content

Commit

Permalink
Ignore fully covered files in pytest coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Dec 12, 2019
1 parent c08407e commit 1f8e886
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 @@ -26,7 +26,7 @@ test-code:

test-coverage:
rm -rf coverage .coverage
py.test --cov-report term-missing --cov=strlearn strlearn
py.test --cov-report term-missing:skip-covered --cov=strlearn strlearn

test: clean test-coverage

Expand Down

0 comments on commit 1f8e886

Please sign in to comment.