Skip to content

Commit

Permalink
ci: pin cargo-tarpaulin version (#652)
Browse files Browse the repository at this point in the history
Also, current 0.27.3 version pulls dependencies that require Rust 1.74.
  • Loading branch information
daviddrysdale authored Feb 14, 2024
1 parent 2d5383e commit 376c6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,14 @@ jobs:
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
with:
profile: minimal
toolchain: 1.70.0
toolchain: 1.74.0
override: true
components: rustfmt
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
with:
crate: cargo-tarpaulin
use-tool-cache: true
version: 0.27.3
- run: cargo tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out xml
- name: Upload to codecov.io
run: |
Expand Down

0 comments on commit 376c6c0

Please sign in to comment.