Skip to content
Snippets Groups Projects
Commit db662119 authored by David Trattnig's avatar David Trattnig
Browse files

ci: create coverage report

parent 444b78d3
No related branches found
No related tags found
No related merge requests found
Pipeline #3337 passed
...@@ -26,6 +26,12 @@ run_test_cases: ...@@ -26,6 +26,12 @@ run_test_cases:
- cp config/sample.engine.ini config/engine.ini - cp config/sample.engine.ini config/engine.ini
script: script:
- make coverage - make coverage
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
check_style: check_style:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment