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

test coverage report before combine

parent 1a52e22e
No related branches found
No related tags found
No related merge requests found
Pipeline #62384 failed
...@@ -88,7 +88,6 @@ unit-test-ubuntu: ...@@ -88,7 +88,6 @@ unit-test-ubuntu:
- py.test test/test_unit/test_corepers -vx - py.test test/test_unit/test_corepers -vx
- py.test test/test_unit/test_align -vx - py.test test/test_unit/test_align -vx
- py.test test/test_unit/test_tree -xv - py.test test/test_unit/test_tree -xv
- coverage html
- mv .coverage .coverage-unit - mv .coverage .coverage-unit
artifacts: artifacts:
paths: paths:
...@@ -136,8 +135,9 @@ coverage: ...@@ -136,8 +135,9 @@ coverage:
before_script: before_script:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- coverage html - pwd
- ls -la - ls -la
- coverage html
- coverage erase - coverage erase
- ls -la PanACoTA - ls -la PanACoTA
- coverage combine .coverage-unit .coverage-functional - coverage combine .coverage-unit .coverage-functional
......
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