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

change func test coverage file name

parent f2aa73ca
No related branches found
No related tags found
No related merge requests found
Pipeline #62434 failed
...@@ -117,12 +117,12 @@ func-test-ubuntu: ...@@ -117,12 +117,12 @@ func-test-ubuntu:
# - py.test test/test_functional/test_annote.py -xv # - py.test test/test_functional/test_annote.py -xv
# - 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
- mv .coverage .coverage.functional
- coverage report - coverage report
- coverage html - coverage html
#- mv .coverage .coverage.functional
artifacts: artifacts:
paths: paths:
- .coverage - .coverage.functional
expire_in: 1 hour expire_in: 1 hour
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment