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

Merge branch 'gitlab-test' into 'master'

Support for Gitlab CI Tests tab

See merge request !312
parents 5269ccae 1d7d7697
No related branches found
No related tags found
1 merge request!312Support for Gitlab CI Tests tab
Pipeline #64359 passed
......@@ -591,6 +591,7 @@ def git_clean_build(runner, verbose):
"miniconda.sh", # the installer, cached
"torch", # eventual pytorch caches
"sphinx", # build artifact -- documentation
"test_results.xml", # build artifact -- tests report
"coverage.xml", # build artifact -- coverage report
]
......
......@@ -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