Skip to content
Snippets Groups Projects
Commit d16f9362 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

try coverage report only from coverage-unit in coverage stage

parent 84a3f06b
No related branches found
No related tags found
No related merge requests found
Pipeline #62437 passed
...@@ -140,8 +140,8 @@ coverage: ...@@ -140,8 +140,8 @@ coverage:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
#- coverage combine # .coverage-unit .coverage-functional #- coverage combine # .coverage-unit .coverage-functional
- mv .coverage.functional .coverage - mv .coverage.unit .coverage
- coverage report --omit PanACoTA/__init__.py - coverage report
- coverage html - coverage html
- coverage html -i - coverage html -i
- coverage report -i - coverage report -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment