Skip to content

Commit

Permalink
Update .github/workflows/coverage.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Ermal Kaleci <[email protected]>
  • Loading branch information
ipapandinas and ermalkaleci authored Jan 17, 2025
1 parent c7b4f11 commit 2631e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Tarpaulin
run: |
curl -L -o tarpaulin.tar.gz https://github.com/xd009642/tarpaulin/releases/download/0.31.4/cargo-tarpaulin-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf tarpaulin.tar.gz
tar -zxvf tarpaulin.tar.gz -C $HOME/.cargo/bin
chmod +x cargo-tarpaulin
sudo mv cargo-tarpaulin $HOME/.cargo/bin
cargo tarpaulin --version
Expand Down

0 comments on commit 2631e5d

Please sign in to comment.