Skip to content

Commit

Permalink
Lines in cov.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Dec 12, 2019
1 parent 59d9c08 commit 101d70a
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=strlearn strlearn
py.test --cov-report term-missing --cov=strlearn strlearn

test: clean test-coverage

Expand Down

0 comments on commit 101d70a

Please sign in to comment.