Skip to content
Snippets Groups Projects
Commit b705feb8 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Upload cobertura report to Gitlab as well

parent e7a1f396
No related branches found
No related tags found
1 merge request!54Display pytest results in Gitlab
Pipeline #29615 passed
......@@ -23,6 +23,7 @@ tests-and-coverage:
- env
- pip list
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --junitxml=report.xml
- python3 -m coverage xml
tags:
- docker
- cuda11
......@@ -32,6 +33,7 @@ tests-and-coverage:
paths:
- coverage_report
reports:
cobertura: coverage.xml
junit: report.xml
# Nightly test - runs "long run" jobs only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment