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

Add ignore option to html coverage

parent 5dba4763
No related branches found
No related tags found
No related merge requests found
Pipeline #62399 passed
...@@ -138,16 +138,9 @@ coverage: ...@@ -138,16 +138,9 @@ coverage:
script: script:
- pwd - pwd
- ls -la - ls -la
- ls -la /builds/EKrQxjEy/0/aperrin/pipeline_annotation/PanACoTA
- mv .coverage-unit .coverage
- coverage html
- mv .coverage .coverage-unit
- mv .coverage-functional .coverage
- coverage html
- ls -la
- coverage combine .coverage-unit .coverage-functional - coverage combine .coverage-unit .coverage-functional
- ls -la - coverage html -i
- coverage report - 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.
Please register or to comment