Skip to content

Commit

Permalink
fix binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
KGrewal1 committed Oct 5, 2024
1 parent 1a7e373 commit 1748f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install binstall
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install cargo-tarpaulin
run: cargo clean && cargo binstall cargo-tarpaulin
run: cargo clean && cargo binstall cargo-tarpaulin -y
- name: Run tests with coverage
run: cargo tarpaulin --verbose --exclude-files benches/* --out xml
- name: Upload to codecov.io
Expand Down

0 comments on commit 1748f75

Please sign in to comment.