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

test coverage report before combine

parent c4d013f2
No related branches found
No related tags found
No related merge requests found
Pipeline #62382 failed
...@@ -136,12 +136,13 @@ coverage: ...@@ -136,12 +136,13 @@ coverage:
before_script: before_script:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- coverage report
- ls -la - ls -la
- coverage erase
- ls -la PanACoTA - ls -la PanACoTA
- coverage combine .coverage-unit .coverage-functional - coverage combine .coverage-unit .coverage-functional
- ls -la - ls -la
- coverage html -i - coverage html -i
- coverage report
# 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