We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5504c5a commit dfb0501Copy full SHA for dfb0501
test_suite.sh
@@ -12,7 +12,7 @@ reportvalidation() {
12
}
13
14
15
-python -m pytest -vv --durations=3 --cov=spylib --cov-report term-missing
+python -m pytest -vv --durations=3 --cov ./ --cov-report term-missing
16
17
echo -ne "\n######### CHECK TYPING: "
18
MYPYOUT=`mypy --no-error-summary .`
0 commit comments