We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tarpaulin
1 parent 26df5a8 commit f815ab4Copy full SHA for f815ab4
.github/workflows/main.yml
@@ -20,5 +20,5 @@ jobs:
20
- uses: actions-rs/toolchain@v1
21
with:
22
toolchain: stable
23
- - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
+ - run: cargo install cargo-tarpaulin && cargo tarpaulin --out xml
24
- uses: codecov/codecov-action@v3
0 commit comments