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

try coverage from func tests

parent 81241657
No related branches found
No related tags found
No related merge requests found
......@@ -118,10 +118,11 @@ func-test-ubuntu:
- py.test test/test_functional/test_all* -vx
- py.test test/test_functional/test_prepare* -vx
- coverage report
- mv .coverage .coverage-functional
- coverage html
#- mv .coverage .coverage.functional
artifacts:
paths:
- .coverage-functional
- .coverage
expire_in: 1 hour
......@@ -137,7 +138,9 @@ coverage:
before_script:
- pip3 install -r requirements-dev.txt
script:
- coverage combine .coverage-unit .coverage-functional
#- coverage combine # .coverage-unit .coverage-functional
- coverage html
- coverage report
- 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