Skip to content

Commit

Permalink
omit test folder from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Feb 13, 2025
1 parent 18a8f9c commit 4746fe9
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 @@ -21,7 +21,7 @@ run_tests: tests
local_tests: run_infra sleep tests

tests_only:
poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv
poetry run pytest --cov=realtime --cov-report=xml --cov-report=html -vv

sleep:
sleep 2

0 comments on commit 4746fe9

Please sign in to comment.