Skip to content

Commit

Permalink
refactor(ci): remove shell specifier from llvm-cov step
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 10, 2023
1 parent 925166d commit 38b7084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
run: cargo build --bin halp-test

- name: Generate code coverage
shell: bash
run: cargo llvm-cov --lcov --output-path lcov.info
env:
NO_COLOR: 1
Expand Down

0 comments on commit 38b7084

Please sign in to comment.