Skip to content

Commit 0ed735b

Browse files
author
g
committed
fix(ci): pin cargo-tarpaulin to 0.32.8
1 parent 5f506ab commit 0ed735b

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run cargo-tarpaulin
4242
uses: actions-rs/tarpaulin@v0.1
4343
with:
44-
version: '0.22.0'
44+
version: '0.32.8'
4545
args: '--out Xml'
4646
- name: Upload to codecov.io
4747
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)