Skip to content
Snippets Groups Projects
Commit 27617454 authored by Fadi Imani's avatar Fadi Imani
Browse files

big project

parent 5f6109ae
No related branches found
No related tags found
No related merge requests found
Pipeline #40295 failed
...@@ -54,13 +54,13 @@ test: ...@@ -54,13 +54,13 @@ test:
# when: always # when: always
coverage: coverage:
stage: coverage stage: coverage
script: script:
- gcov -f -b build/* - lcov -d build/CMakeFiles/ExampleTests.dir -c -o coverage.info
- lcov --directory build --base-directory . -c -o cov.info - lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info
- mkdir report1 - lcov --list coverageFiltered.info
- genhtml cov.info -o report coverage: '/Total:\|\s*([0-9.]+%)\s.*$/'
coverage: '/^\s*lines\S*\s*(\d+(?:\.\d+)?%)\s*/' artifacts:
artifacts: paths:
paths: - ./build/CMakeFiles/ExampleTests.dir/coverageFiltered.info
- report/ when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment