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

big project

parent 27b5f1aa
No related branches found
No related tags found
No related merge requests found
Pipeline #40292 failed
...@@ -54,16 +54,6 @@ test: ...@@ -54,16 +54,6 @@ test:
# when: always # when: always
coverage: coverage:
# stage: coverage
## script:
## - lcov -d build/CMakeFiles/ExampleTests.dir -c -o coverage.info
## - lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info
## - lcov --list coverageFiltered.info
## coverage: '/Total:\|\s*([0-9.]+%)\s.*$/'
## artifacts:
## paths:
## - ./build/CMakeFiles/ExampleTests.dir/coverageFiltered.info
## when: always
stage: coverage stage: coverage
script: script:
- gcov -f -b build/* - gcov -f -b build/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment