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

no report shown for test steps

parent 9c8fb911
No related branches found
No related tags found
No related merge requests found
Pipeline #62584 canceled
...@@ -86,7 +86,7 @@ unit-test-ubuntu: ...@@ -86,7 +86,7 @@ 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 report # - coverage report
- mv .coverage .coverage.unit - mv .coverage .coverage.unit
artifacts: artifacts:
paths: paths:
...@@ -115,7 +115,7 @@ func-test-ubuntu: ...@@ -115,7 +115,7 @@ func-test-ubuntu:
- py.test test/test_functional/test_annote.py -xv - py.test test/test_functional/test_annote.py -xv
- py.test test/test_functional/test_all* -vx - py.test test/test_functional/test_all* -vx
- py.test test/test_functional/test_prepare* -vx - py.test test/test_functional/test_prepare* -vx
- coverage report # - coverage report
- mv .coverage .coverage.functional - mv .coverage .coverage.functional
artifacts: artifacts:
paths: paths:
......
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