Skip to content

Commit

Permalink
add command to open cov
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 9, 2024
1 parent 30064e2 commit 5b64364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ test:
pytest

test-cov:
pytest --cov-report term --cov-report=html --cov=sentence_transformers
pytest --cov-report term --cov-report=html --cov=sentence_transformers
open htmlcov/index.html

0 comments on commit 5b64364

Please sign in to comment.