Skip to content

Commit 454362a

Browse files
authored
fix(.github): depend on specific tarpaulin version (#80)
General best practice and workaround for actions-rs/tarpaulin#15.
1 parent 76bcb76 commit 454362a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
- name: Generate Code Coverage
8585
uses: actions-rs/[email protected]
8686
with:
87+
version: 0.22.0
8788
args: --all-features
8889

8990
- name: Upload Code Coverage

0 commit comments

Comments
 (0)