Skip to content

Commit

Permalink
fix: remove -y switch
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Sep 13, 2024
1 parent 486a8cf commit da9191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/my_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cp bcp/* ./target/debug/
- name: Run grcov
run: |
cargo install -y grcov;
cargo install grcov;
cargo test --no-default-features --features libp2p
mkdir /tmp/cov;
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
Expand Down

0 comments on commit da9191f

Please sign in to comment.