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

test coverage report before combine

parent a4f1cc99
No related branches found
No related tags found
No related merge requests found
Pipeline #62381 failed
......@@ -136,11 +136,11 @@ coverage:
before_script:
- pip3 install -r requirements-dev.txt
script:
- coverage report
- ls -la
- ls -la PanACoTA
- coverage combine .coverage-unit .coverage-functional
- ls -la
- coverage report
- coverage html -i
# test coverage parsing: \d+\%\s*$
# or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
......
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