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

show content of artifacts

parent a3161561
No related branches found
No related tags found
No related merge requests found
Pipeline #62544 passed
......@@ -89,10 +89,14 @@ unit-test-ubuntu:
# - py.test test/test_unit/test_align -vx
- py.test test/test_unit/test_tree -xv
- coverage report
- coverage html
- mv htmlcov/index.html myindex
- more myindex
- mv .coverage .coverage.unit
artifacts:
paths:
- .coverage.unit
- myindex
expire_in: 1 hour
......@@ -143,6 +147,7 @@ coverage:
- pip3 install -r requirements-dev.txt
script:
- pwd
- more myindex
- more htmlcov/index.html
- coverage combine .coverage.unit .coverage.functional
- ls -la
......
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