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

big project

parent 702d5bbd
No related branches found
No related tags found
No related merge requests found
Pipeline #40310 passed
...@@ -39,6 +39,9 @@ job:test: ...@@ -39,6 +39,9 @@ job:test:
- ls -l - ls -l
- ls -l bin - ls -l bin
- ./bin/ExampleTests - ./bin/ExampleTests
artifacts:
paths:
- build/
job:coverage: job:coverage:
...@@ -55,7 +58,7 @@ job:coverage: ...@@ -55,7 +58,7 @@ job:coverage:
- lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info - lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info
- lcov --list coverageFiltered.info - lcov --list coverageFiltered.info
- mkdir report1 - mkdir report1
- genhtml cov.info -o report - genhtml coverageFiltered.info -o report
coverage: '/Total:\|\s*([0-9.]+%)\s.*$/' coverage: '/Total:\|\s*([0-9.]+%)\s.*$/'
when: on_success when: on_success
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment