Skip to content

Commit 91f1c98

Browse files
ci: use cargo2junit
1 parent 8dc6a62 commit 91f1c98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
uses: ./ci/github-actions/arch-run
7575
with:
7676
command: |
77-
cargo install cargo-junit cargo-tarpaulin
78-
cargo tarpaulin --engine llvm --out Xml
79-
cargo junit --name junit.xml
77+
cargo install cargo2junit cargo-tarpaulin
78+
cargo tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
79+
cat results.json | cargo2junit > junit.xml
8080
8181
# debug junit.xml
8282
echo "junit.xml:"

0 commit comments

Comments
 (0)