From 684a9b972f1b4d629b5b333cb4d040cdbf60a696 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 28 Feb 2020 17:37:45 +0000 Subject: [PATCH] CI: don't know what's going on --- .ci/test_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test_template.sh b/.ci/test_template.sh index 7880223dc..dacaab2b6 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 -- GitLab