diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-18 15:21:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-18 15:21:39 +0200 |
| commit | a50d6cfcea67b11f6689ec825afc2e2b33252714 (patch) | |
| tree | e5c7757683a83843f3439e64b1b8b0b5d0497da2 /.gitlab-ci.yml | |
| parent | 1f12f7d107fb0db5ab33a92a20ee05db2489dc28 (diff) | |
| download | kernel-a50d6cfcea67b11f6689ec825afc2e2b33252714.tar.xz kernel-a50d6cfcea67b11f6689ec825afc2e2b33252714.zip | |
ci: enable jUnit style test reports
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 774708b..7551708 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ test:bht: coverage_report: coverage_format: cobertura path: coverage/cobertura-coverage.xml + junit: build/bht/**/junit.xml license_check: stage: .pre |
