Skip to content
Snippets Groups Projects
Commit f6bc25dd authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

.gitlab-ci.yml: Change how coverage is recovered


We need to alter how coverage data is recovered in order to work with
newer coverage tooling.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 64dbe9ae
No related branches found
No related tags found
1 merge request!892Fix lint issues
Pipeline #34323592 passed
......@@ -78,7 +78,7 @@ source_dist:
# Go back to the toplevel and collect our reports
- cd ../..
- mkdir -p coverage-linux/
- cp dist/buildstream/.coverage.* coverage-linux/coverage."${CI_JOB_NAME}"
- cp dist/buildstream/.coverage coverage-linux/coverage."${CI_JOB_NAME}"
except:
- schedules
artifacts:
......@@ -128,7 +128,7 @@ tests-unix:
# Go back to the toplevel and collect our reports
- cd ../..
- mkdir -p coverage-unix/
- cp dist/buildstream/.coverage.* coverage-unix/coverage.unix
- cp dist/buildstream/.coverage coverage-unix/coverage.unix
except:
- schedules
artifacts:
......
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