Skip to content

Commit

Permalink
Remove unused invocation of cargo llvm-cov
Browse files Browse the repository at this point in the history
This was forgotten when removing the coverage upload. We still generated
the coverage file
  • Loading branch information
sholderbach committed Nov 12, 2024
1 parent 9d9275a commit bcc0968
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
uses: actions-rust-lang/[email protected]
- name: Setup nextest
uses: taiki-e/install-action@nextest
- name: Setup cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: Rustfmt
run: cargo fmt --all -- --check
Expand All @@ -47,7 +45,7 @@ jobs:
run: cargo clippy ${{ matrix.flags }} --all-targets --all -- -D warnings

- name: Tests
run: cargo llvm-cov nextest --all ${{ matrix.flags }} --lcov --output-path lcov.info
run: cargo nextest run --all ${{ matrix.flags }}

- name: Check for clean repo
shell: bash
Expand Down

0 comments on commit bcc0968

Please sign in to comment.