diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc18ae2a3..9a61aab16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,10 @@ run-unit-tests: - echo "tester:password" | chpasswd - cp -r . /home/tester/plinth - chown -R tester:tester /home/tester/plinth - - su -c "cd ~/plinth; py.test-3 --cov=plinth --cov-report=html" tester + - su -c "cd ~/plinth; py.test-3 --cov=plinth --cov-report=html --cov-report=term" tester - cp -r /home/tester/plinth/htmlcov test-coverage-report + coverage: '/^TOTAL\s+.*\s+(\d+\.\d+%)$/' artifacts: paths: - test-coverage-report/*