Skip to content

Commit

Permalink
ci: update nightly for tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Apr 4, 2024
1 parent 8cf0ce9 commit eabc036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ jobs:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@a3ac054b2e7d62f514aa1bd57e3508c522fe772d # 1.68.2
with:
toolchain: nightly-2023-04-01
toolchain: nightly-2024-04-01
components: rustfmt
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
with:
crate: cargo-tarpaulin
version: 0.25.2
use-tool-cache: true
- run: cargo +nightly-2023-04-01 tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out Xml
- run: cargo +nightly-2024-04-01 tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out Xml
- name: Upload to codecov.io
run: |
bash <(curl -s https://codecov.io/bash)

0 comments on commit eabc036

Please sign in to comment.