Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,9 @@ coverage-test-on-main-scheduled: tags: - coverage-test stage: test rules: # only run in scheduled pipeline that passes this env vars - if: $COVERAGE_TEST script: - make GCOV=1 -j - ./scripts/self_test.py --create -t 1 Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,9 @@ coverage-test-on-main-scheduled: tags: - coverage-test stage: test rules: # only run in scheduled pipeline that passes this env vars - if: $COVERAGE_TEST script: - make GCOV=1 -j - ./scripts/self_test.py --create -t 1 Loading