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

test coverage

parent 7f7995f3
No related branches found
No related tags found
No related merge requests found
Pipeline #62375 canceled
...@@ -135,9 +135,10 @@ coverage: ...@@ -135,9 +135,10 @@ coverage:
before_script: before_script:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- rm .coverage
- coverage combine .coverage-unit .coverage-functional - coverage combine .coverage-unit .coverage-functional
- coverage html
- coverage report - coverage report
- coverage html
# 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