We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849b0a4 commit cb2f401Copy full SHA for cb2f401
test_suite.sh
@@ -35,7 +35,7 @@ then
35
MYPY_REPORTS="--junit-xml ${REPORTS_FOLDER}typing.xml"
36
if [ -f ./coverage.conf ];
37
then
38
- $covconf="--cov-config ./coverage.conf"
+ covconf="--cov-config ./coverage.conf"
39
fi
40
PYTEST_REPORTS="--junitxml ${REPORTS_FOLDER}unittesting.xml $covconf --cov-report xml:${REPORTS_FOLDER}coverage.xml"
41
0 commit comments