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

test not changing func test coverage filename

parent f763fa14
No related branches found
No related tags found
No related merge requests found
Pipeline #62403 failed
...@@ -88,6 +88,7 @@ unit-test-ubuntu: ...@@ -88,6 +88,7 @@ unit-test-ubuntu:
# - py.test test/test_unit/test_corepers -vx # - py.test test/test_unit/test_corepers -vx
# - py.test test/test_unit/test_align -vx # - py.test test/test_unit/test_align -vx
# - py.test test/test_unit/test_tree -xv # - py.test test/test_unit/test_tree -xv
- coverage report
- mv .coverage .coverage-unit - mv .coverage .coverage-unit
artifacts: artifacts:
paths: paths:
...@@ -117,7 +118,7 @@ func-test-ubuntu: ...@@ -117,7 +118,7 @@ func-test-ubuntu:
# - py.test test/test_functional/test_all* -vx # - py.test test/test_functional/test_all* -vx
# - py.test test/test_functional/test_prepare* -vx # - py.test test/test_functional/test_prepare* -vx
- coverage report - coverage report
# - mv .coverage .coverage-functional - mv .coverage .coverage-functional
artifacts: artifacts:
paths: paths:
- .coverage - .coverage
...@@ -136,9 +137,6 @@ coverage: ...@@ -136,9 +137,6 @@ coverage:
before_script: before_script:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- pwd
- ls -la
- coverage html
- coverage combine .coverage-unit .coverage-functional - coverage combine .coverage-unit .coverage-functional
- coverage html -i - coverage html -i
- coverage report -i - coverage report -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment