Skip to content

Commit 86eead9

Browse files
nanotaboadaclaude
andcommitted
ci(workflow): pin cargo-tarpaulin to 0.35.2 --locked (#42)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f063140 commit 86eead9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
key: ${{ runner.os }}-cargo-tarpaulin-${{ hashFiles('**/Cargo.lock') }}
115115

116116
- name: Install cargo-tarpaulin
117-
run: cargo install cargo-tarpaulin
117+
run: cargo install cargo-tarpaulin --version 0.35.2 --locked
118118

119119
- name: Generate coverage report
120120
run: cargo tarpaulin --out xml

0 commit comments

Comments
 (0)