Skip to content
Snippets Groups Projects
Commit 5a796088 authored by nfontrod's avatar nfontrod
Browse files

.git: add coverage.xml as a reports artifacts

parent 12c43727
No related branches found
No related tags found
No related merge requests found
Pipeline #128 passed
......@@ -19,6 +19,9 @@ tests:
script:
- coverage run -m unittest discover
- coverage xml
artifacts:
reports:
junit: coverage.xml
sonarqube-check:
image:
......@@ -39,4 +42,4 @@ sonarqube-check:
only:
- merge_requests
- master
- develop
- dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment