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.
1 parent 1e10123 commit fc78951Copy full SHA for fc78951
.github/workflows/CI.yml
@@ -37,8 +37,9 @@ jobs:
37
- name: Install Rust
38
run: rustup update --no-self-update stable
39
- name: Run cargo-tarpaulin
40
- uses: cargo-tarpaulin/cargo-tarpaulin-action@v1
+ uses: actions-rs/tarpaulin@v0.1
41
with:
42
+ version: '0.22.0'
43
args: '--out Xml'
44
- name: Upload to codecov.io
45
uses: codecov/codecov-action@v4
0 commit comments