Skip to content

Commit

Permalink
build: updating make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Nov 13, 2023
1 parent 9a7f562 commit eecb53f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ pre-commit:
test:
poetry run python -m unittest discover -s tests -t .

.PHONY: coverage
coverage:
poetry run coverage run -m unittest discover -s tests -t .
poetry run coverage report -m

.PHONY: build
build:
poetry build

0 comments on commit eecb53f

Please sign in to comment.