Skip to content

Commit

Permalink
chore: return use of var inside make test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
julianolf committed Jun 4, 2024
1 parent 360968b commit 0c268c9
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 @@ -38,7 +38,7 @@ format:
ruff format

test:
pytest -n auto --cov-report= --cov=fastapi_extras/
pytest -n auto --cov-report= --cov=$(SOURCEPATH)

coverage: test .coverage
coverage report -m --fail-under=100
Expand Down

0 comments on commit 0c268c9

Please sign in to comment.