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

show content of .coverage files

parent 5aafd1e4
No related branches found
No related tags found
No related merge requests found
Pipeline #62545 passed
......@@ -90,8 +90,7 @@ unit-test-ubuntu:
- py.test test/test_unit/test_tree -xv
- coverage report
- coverage html
- mv htmlcov/index.html myindex
- more myindex
- more .coverage
- mv .coverage .coverage.unit
artifacts:
paths:
......@@ -124,7 +123,7 @@ func-test-ubuntu:
- py.test test/test_unit/test_align -vx
- coverage report
- coverage html
- more htmlcov/index.html
- more .coverage
- mv .coverage .coverage.functional
artifacts:
paths:
......@@ -147,8 +146,8 @@ coverage:
- pip3 install -r requirements-dev.txt
script:
- pwd
- more myindex
- more htmlcov/index.html
- more .coverage.unit
- more .coverage.functional
- coverage combine .coverage.unit .coverage.functional
- ls -la
# - 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