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

coverage report when func test is before unit test

parent 3d6dbaa5
No related branches found
No related tags found
No related merge requests found
Pipeline #62558 passed
...@@ -143,8 +143,6 @@ coverage: ...@@ -143,8 +143,6 @@ coverage:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
- pwd - pwd
- mv .coverage.unit .coverage
- coverage report
- coverage combine .coverage.unit .coverage.functional - coverage combine .coverage.unit .coverage.functional
- coverage report -i - coverage report -i
- coverage html -i - coverage html -i
......
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