Skip to content
Snippets Groups Projects
Commit d977ae72 authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent 3f8d73d1
No related branches found
No related tags found
No related merge requests found
Pipeline #33635 passed
...@@ -38,7 +38,7 @@ run-tests-1: ...@@ -38,7 +38,7 @@ run-tests-1:
script: script:
- cd ${DEBUG_DIR} - cd ${DEBUG_DIR}
- make test - make test
- gcovr --exclude='.*CMakeCXXCompilerId.cpp.*' --exclude='.*/Eigen/.*' --exclude='.*/catch2/.*' --exclude='.*/tests/.*' --exclude='.*/CLI11/.*' --exclude='.*/toml11/.*' --exclude='.*/CMakeFiles/.*' -r .. - cd ..; gcovr -e '.*tests.*|.*lib.*|.*utils.*|build' -r .
coverage: /^TOTAL.*\s+(\d+\%)$/ coverage: /^TOTAL.*\s+(\d+\%)$/
build-release-shared: build-release-shared:
......
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