Skip to content
Snippets Groups Projects
Commit 6d06c284 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Corrected coverage script dependency

parent 93d12d91
No related branches found
No related tags found
No related merge requests found
Pipeline #30773 failed
coverage:ubuntu_cpp: coverage:ubuntu_cpp:
stage: coverage stage: coverage
needs: ["test:ubuntu_cpp"] needs: ["build:ubuntu_cpp"]
tags: tags:
- docker - docker
script: script:
- cd build_cpp - cd build_cpp
- ctest --output-on-failure
- gcovr --xml-pretty --exclude-unreachable-branches --print-summary -o coverage.xml --root ${CI_PROJECT_DIR} --filter '\.\./include/' --filter '\.\./src/' - gcovr --xml-pretty --exclude-unreachable-branches --print-summary -o coverage.xml --root ${CI_PROJECT_DIR} --filter '\.\./include/' --filter '\.\./src/'
coverage: /^\s*lines:\s*\d+.\d+\%/ coverage: /^\s*lines:\s*\d+.\d+\%/
artifacts: artifacts:
...@@ -17,7 +18,7 @@ coverage:ubuntu_cpp: ...@@ -17,7 +18,7 @@ coverage:ubuntu_cpp:
coverage:ubuntu_python: coverage:ubuntu_python:
stage: coverage stage: coverage
needs: ["test:ubuntu_python"] needs: ["build:ubuntu_python"]
tags: tags:
- docker - docker
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment