Skip to content

Commit

Permalink
erase option flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto7250 committed Jul 31, 2024
1 parent 7f251ec commit b6d44a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Generate coverage
run: |
cargo llvm-cov --lcov --output-path target/lcov.info --no-default-features --features=crossterm
cargo llvm-cov --lcov --output-path target/lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit b6d44a3

Please sign in to comment.