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: ...@@ -19,6 +19,9 @@ tests:
script: script:
- coverage run -m unittest discover - coverage run -m unittest discover
- coverage xml - coverage xml
artifacts:
reports:
junit: coverage.xml
sonarqube-check: sonarqube-check:
image: image:
...@@ -39,4 +42,4 @@ sonarqube-check: ...@@ -39,4 +42,4 @@ sonarqube-check:
only: only:
- merge_requests - merge_requests
- master - master
- develop - dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment