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

show content of artifacts

parent 555fa55a
No related branches found
No related tags found
No related merge requests found
Pipeline #62542 passed
...@@ -119,10 +119,13 @@ func-test-ubuntu: ...@@ -119,10 +119,13 @@ func-test-ubuntu:
# - py.test test/test_functional/test_prepare* -vx # - py.test test/test_functional/test_prepare* -vx
- py.test test/test_unit/test_align -vx - py.test test/test_unit/test_align -vx
- coverage report - coverage report
- coverage html
- more htmlcov/index.html
- mv .coverage .coverage.functional - mv .coverage .coverage.functional
artifacts: artifacts:
paths: paths:
- .coverage.functional - .coverage.functional
- htmlcov/index.html
expire_in: 1 hour expire_in: 1 hour
...@@ -140,6 +143,7 @@ coverage: ...@@ -140,6 +143,7 @@ coverage:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- pwd - pwd
- more htmlcov/index.html
- coverage combine .coverage.unit .coverage.functional - coverage combine .coverage.unit .coverage.functional
- ls -la - ls -la
# - mv .coverage.functional .coverage # only func coverage for now # - mv .coverage.functional .coverage # only func coverage for now
......
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