Commit e41004b4 authored by norvell's avatar norvell
Browse files

Update .gitlab-ci.yml

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



# ---------------------------------------------------------------