Skip to content
Snippets Groups Projects

Support for Gitlab CI Tests tab

Merged Yannick DAYER requested to merge gitlab-test into master
2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
Loading