Commit dcdd5d1e authored by norvell's avatar norvell
Browse files

Update .gitlab-ci.yml

parent cbef1eb4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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