Skip to content

Commit

Permalink
removing extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 25, 2024
1 parent 4857bd2 commit 5f3b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: taiki-e/install-action@nextest

- name: Generate code coverage
run: cargo llvm-cov nextest --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov nextest --open

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 5f3b131

Please sign in to comment.