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

big project

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