aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-12-18 10:48:36 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2024-12-19 15:36:16 +0100
commit38de5793688c6cedc72c8de3edac9691e1feb16c (patch)
treed47f3af09650a297f16f5a9abf814d482238e32c /.cirrus.yml
parenta2662929034ddb179737dffddea159518de835fc (diff)
downloadsonar-scanner-cli-38de5793688c6cedc72c8de3edac9691e1feb16c.tar.gz
sonar-scanner-cli-38de5793688c6cedc72c8de3edac9691e1feb16c.zip
Collect JUnit reports in Cirrus
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0578ee0..a489c04 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -60,6 +60,11 @@ build_task:
script:
- source cirrus-env BUILD
- regular_mvn_build_deploy_analyze -Pdist-linux-x64,dist-linux-aarch64,dist-windows-x64,dist-macosx-x64,dist-macosx-aarch64
+ always:
+ junit_artifacts:
+ path: "**/surefire-reports/**.xml"
+ type: text/xml
+ format: junit
cleanup_before_cache_script:
- cleanup_maven_repository