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

only publish coverage for functional tests

parent 6958197b
No related branches found
No related tags found
No related merge requests found
Pipeline #62511 failed
......@@ -137,7 +137,8 @@ coverage:
before_script:
- pip3 install -r requirements-dev.txt
script:
- coverage combine .coverage-unit .coverage-functional
# - coverage combine .coverage-unit .coverage-functional
- mv .coverage-functional .coverage
- coverage html -i
- coverage report -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