Skip to content

Commit

Permalink
Use codecov specific format.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSnake41 committed Aug 18, 2023
1 parent 0881426 commit b24eb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --json --output-path cov.json
run: cargo llvm-cov --all-features --workspace --codecov --output-path cov.json

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

0 comments on commit b24eb9d

Please sign in to comment.