diff --git a/.ci/test_template.sh b/.ci/test_template.sh index 7880223dcaaa2198582cddbbbb04683eb442b6af..dacaab2b62c02213ff433cd1dc7d7c10aac2b42a 100644 --- a/.ci/test_template.sh +++ b/.ci/test_template.sh @@ -59,4 +59,4 @@ if [[ $CI_COMMIT_REF_NAME == v* ]]; then python setup.py test --addopts="$TEST_OPTS -m 'longtest'" fi -python -m coverage report +python -m coverage report -i