Skip to content

Commit fc78951

Browse files
author
g
committed
CI: actions-rs/tarpaulin@v0.1
1 parent 1e10123 commit fc78951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- name: Install Rust
3838
run: rustup update --no-self-update stable
3939
- name: Run cargo-tarpaulin
40-
uses: cargo-tarpaulin/cargo-tarpaulin-action@v1
40+
uses: actions-rs/tarpaulin@v0.1
4141
with:
42+
version: '0.22.0'
4243
args: '--out Xml'
4344
- name: Upload to codecov.io
4445
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)