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

big project

parent 1233f213
No related branches found
No related tags found
No related merge requests found
Pipeline #40311 passed
......@@ -57,7 +57,7 @@ job:coverage:
- lcov -d . -c -o coverage.info
- lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info
- lcov --list coverageFiltered.info
- mkdir report1
- mkdir report
- genhtml coverageFiltered.info -o report
coverage: '/Total:\|\s*([0-9.]+%)\s.*$/'
when: on_success
......@@ -65,7 +65,7 @@ job:coverage:
- job:test
artifacts:
paths:
- report/
- ./build/CMakeFiles/ExampleTests.dir/report/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment