Loading .gitlab-ci.yml +7 −5 Original line number Diff line number Diff line Loading @@ -653,11 +653,13 @@ coverage-test-on-main-scheduled: - genhtml coverage.info -o coverage - lcov_cobertura.py coverage.info -b obj -o coverage.xml artifacts: expire_in: 2 days reports: coverage_report: coverage_format: cobertura path: coverage.xml name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA" when: always paths: - coverage.info - coverage - coverage.xml # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +7 −5 Original line number Diff line number Diff line Loading @@ -653,11 +653,13 @@ coverage-test-on-main-scheduled: - genhtml coverage.info -o coverage - lcov_cobertura.py coverage.info -b obj -o coverage.xml artifacts: expire_in: 2 days reports: coverage_report: coverage_format: cobertura path: coverage.xml name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA" when: always paths: - coverage.info - coverage - coverage.xml # --------------------------------------------------------------- Loading