Skip to content
Snippets Groups Projects
Commit 95b83600 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[tests] Add a test report in xml for Gitlab Tests.

parent 5269ccae
No related branches found
No related tags found
1 merge request!312Support for Gitlab CI Tests tab
Pipeline #64224 passed
......@@ -45,8 +45,10 @@ stages:
- bdt ci clean -vv
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
when: always
expire_in: 1 week
reports:
junit: test_results.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment