Skip to content
Snippets Groups Projects
Commit 12c43727 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: fix coverage creation

parent 79d12cbb
No related branches found
No related tags found
No related merge requests found
Pipeline #127 passed
...@@ -18,7 +18,7 @@ tests: ...@@ -18,7 +18,7 @@ tests:
- pip install biopython==1.75 - pip install biopython==1.75
script: script:
- coverage run -m unittest discover - coverage run -m unittest discover
- coverage report xml - coverage xml
sonarqube-check: sonarqube-check:
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment