Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ coverage-test-on-main-scheduled: - ./scripts/ivas_pytests/self_test_b.py --create_only --numprocesses 1 --encref IVAS_cod --decref IVAS_dec --encdut IVAS_cod --decdut IVAS_dec - lcov -c -d obj -o coverage.info - genhtml coverage.info -o coverage - lcov_cobertura.py coverage.info -b obj -o coverage.xml - lcov_cobertura coverage.info -b obj -o coverage.xml artifacts: name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA" when: always Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ coverage-test-on-main-scheduled: - ./scripts/ivas_pytests/self_test_b.py --create_only --numprocesses 1 --encref IVAS_cod --decref IVAS_dec --encdut IVAS_cod --decdut IVAS_dec - lcov -c -d obj -o coverage.info - genhtml coverage.info -o coverage - lcov_cobertura.py coverage.info -b obj -o coverage.xml - lcov_cobertura coverage.info -b obj -o coverage.xml artifacts: name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA" when: always Loading