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

big project

parent 50fc3ea1
No related branches found
No related tags found
No related merge requests found
Pipeline #40293 failed
......@@ -54,16 +54,16 @@ test:
# when: always
coverage:
stage: coverage
script:
- 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*/'
when: on_success
dependencies:
- job:test
artifacts:
paths:
- report/
stage: coverage
script:
- 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*/'
when: on_success
dependencies:
- job:test
artifacts:
paths:
- report/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment