Skip to content

Commit

Permalink
modify Makefile (command - test-coverage)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayat-a committed Jul 25, 2024
1 parent 911eab8 commit 16dbe47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ lint:

test:
poetry run pytest


test-coverage:
poetry run pytest --cov

0 comments on commit 16dbe47

Please sign in to comment.