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

back to initial version for coverage stage

parent 532c9602
No related branches found
No related tags found
No related merge requests found
Pipeline #62444 failed
......@@ -140,10 +140,9 @@ coverage:
- pip3 install -r requirements-dev.txt
script:
- pwd
- coverage combine # .coverage-unit .coverage-functional
- coverage combine .coverage-unit .coverage-functional
- coverage report -i
- coverage html -i
- coverage report -i
# test coverage parsing: \d+\%\s*$
# or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment