Skip to content

Commit 1e10123

Browse files
author
g
committed
fix cargo-tarpaulin
1 parent a430d4b commit 1e10123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Rust
3838
run: rustup update --no-self-update stable
3939
- name: Run cargo-tarpaulin
40-
uses: actions-rs/tarpaulin@v0.1
40+
uses: cargo-tarpaulin/cargo-tarpaulin-action@v1
4141
with:
4242
args: '--out Xml'
4343
- name: Upload to codecov.io

0 commit comments

Comments
 (0)