There was an error while loading. Please reload this page.
1 parent 8dc6a62 commit 91efdadCopy full SHA for 91efdad
1 file changed
.github/workflows/ci.yml
@@ -74,9 +74,9 @@ jobs:
74
uses: ./ci/github-actions/arch-run
75
with:
76
command: |
77
- cargo install cargo-junit cargo-tarpaulin
78
- cargo tarpaulin --engine llvm --out Xml
79
- cargo junit --name junit.xml
+ cargo install cargo2junit cargo-tarpaulin
+ cargo tarpaulin --engine llvm --out Xml -Z unstable-options --format json > results.json
+ cat results.json | cargo2junit > junit.xml
80
81
# debug junit.xml
82
echo "junit.xml:"
0 commit comments