Skip to content

Commit

Permalink
general: coverage server-storage helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bodik committed Dec 4, 2023
1 parent 095fb00 commit 890b851
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 @@ -40,6 +40,10 @@ coverage-server:
coverage run --source sner/server -m pytest tests/server -x -vv
coverage report --show-missing --fail-under 100

coverage-server-storage:
coverage run --source sner/server/storage -m pytest tests/server/storage -x -vv
coverage report --show-missing --fail-under 100

coverage-plugin:
coverage run --source sner/plugin -m pytest tests/plugin -x -vv
coverage report --show-missing --fail-under 100
Expand Down

0 comments on commit 890b851

Please sign in to comment.