Skip to content

Commit

Permalink
Fix typo in 7b537c7
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 5, 2024
1 parent 7b537c7 commit 387d627
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 @@ -58,7 +58,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly install cargo-llvm-cov --locked
- run: cargo +nightly --all-features llvm-cov --doctests --lcov --output-path lcov.info
- run: cargo +nightly llvm-cov --all-features --doctests --lcov --output-path lcov.info
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 387d627

Please sign in to comment.