diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a89e1cb1829ecdf019efb9b802a9762e990a25c..9143b5eb1afcae9aec62f5797a8f90a9b734a33c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ tests-and-coverage: - echo "backend:template" > ~/.config/matplotlib/matplotlibrc - mkdir public - py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html --junitxml=report.xml + - python3 -m coverage xml tags: - docker - cuda11 @@ -30,6 +31,7 @@ tests-and-coverage: - coverage_report - test-report reports: + cobertura: coverage.xml junit: report.xml # Nightly test - runs "long run" jobs only