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