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

big project

parent 07e90852
No related branches found
No related tags found
No related merge requests found
Pipeline #40302 failed
......@@ -56,9 +56,10 @@ test:
coverage:
stage: coverage
script:
- gcov -f -b build/bin/*
- lcov --directory build --base-directory . -c -o cov.info
- mkdir report1
- genhtml cov.info -o report
coverage: '/^\s*lines\S*\s*(\d+(?:\.\d+)?%)\s*/'
- cd ./build/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.*$/'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment