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: ...@@ -140,10 +140,9 @@ coverage:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- pwd - pwd
- coverage combine # .coverage-unit .coverage-functional - coverage combine .coverage-unit .coverage-functional
- coverage report -i - coverage report -i
- coverage html -i - coverage html -i
- coverage report -i
# test coverage parsing: \d+\%\s*$ # test coverage parsing: \d+\%\s*$
# or pytest-cov (Python): ^TOTAL.+?(\d+\%)$ # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
artifacts: artifacts:
......
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