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

test not changing func test coverage filename

parent a32e525d
No related branches found
No related tags found
No related merge requests found
Pipeline #62400 failed
...@@ -120,7 +120,7 @@ func-test-ubuntu: ...@@ -120,7 +120,7 @@ func-test-ubuntu:
- mv .coverage .coverage-functional - mv .coverage .coverage-functional
artifacts: artifacts:
paths: paths:
- .coverage-functional - .coverage
expire_in: 1 hour expire_in: 1 hour
...@@ -138,6 +138,7 @@ coverage: ...@@ -138,6 +138,7 @@ coverage:
script: script:
- pwd - pwd
- ls -la - 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