We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67568dc commit f44a4c8Copy full SHA for f44a4c8
backend/scripts/test.sh
@@ -3,6 +3,6 @@
3
set -e
4
set -x
5
6
-coverage run --source=app -m pytest
+coverage run --source=app -m pytest tests/
7
coverage report --show-missing
8
coverage html --title "${@-coverage}"
0 commit comments