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

ignore files not found for coverage report

parent e1a43340
No related branches found
No related tags found
No related merge requests found
Pipeline #62445 passed
......@@ -140,7 +140,7 @@ 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
# test coverage parsing: \d+\%\s*$
......
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