Skip to content
Snippets Groups Projects
Commit 8d24c8ed authored by Chandan Singh's avatar Chandan Singh
Browse files

TEST commit

parent f9e9ea37
No related branches found
No related tags found
No related merge requests found
Pipeline #42076361 failed
......@@ -239,15 +239,14 @@ coverage:
stage: post
coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
script:
- pip3 install -r tools/requirements.txt -r tools/dev-requirements.txt
- pip3 install --no-index .
- pip3 install -r tools/dev-requirements.txt
- mkdir report
- cd report
- cp ../../../coverage-unix/coverage.* .
- cp ../../../coverage-linux/coverage.* .
- cp coverage-unix/coverage.* .
- cp coverage-linux/coverage.* .
- ls coverage.*
- coverage combine --rcfile=../.coveragerc -a coverage.*
- coverage report --rcfile=../.coveragerc -m
- coverage combine -a coverage.*
- coverage report -m
dependencies:
- tests-debian-9
- tests-fedora-27
......
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