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

coverage not working: tests

parent 1ae32016
No related branches found
No related tags found
No related merge requests found
Pipeline #62379 canceled
......@@ -136,9 +136,11 @@ coverage:
- pip3 install -r requirements-dev.txt
script:
- ls -la
- ls -la PanACoTA
- coverage combine .coverage-unit .coverage-functional
- coverage html -i
- ls -la
- coverage report
- coverage html -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.
Finish editing this message first!
Please register or to comment