Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ source_dist: # Go back to the toplevel and collect our reports - cd ../.. - mkdir -p ${COVERAGE_ARTIFACT_PATH} - find dist/ - cp dist/buildstream/.coverage ${COVERAGE_ARTIFACT_PATH}/coverage."${CI_JOB_NAME}" except: - schedules Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ source_dist: # Go back to the toplevel and collect our reports - cd ../.. - mkdir -p ${COVERAGE_ARTIFACT_PATH} - find dist/ - cp dist/buildstream/.coverage ${COVERAGE_ARTIFACT_PATH}/coverage."${CI_JOB_NAME}" except: - schedules Loading