Add File
This commit is contained in:
8
backend/scripts/test.sh
Normal file
8
backend/scripts/test.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
|
coverage run --source=app -m pytest
|
||||||
|
coverage report --show-missing
|
||||||
|
coverage html --title "${@-coverage}"
|
||||||
Reference in New Issue
Block a user