Skip to content

Commit 4151c25

Browse files
committed
Switch coverage format for Codecov uploads to the native one.
1 parent f4d824f commit 4151c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ jobs:
210210
- name: Install cargo-llvm-cov
211211
uses: taiki-e/install-action@cargo-llvm-cov
212212
- name: Generate code coverage
213-
run: cargo llvm-cov --all-features --lcov --output-path coverage.lcov
213+
run: cargo llvm-cov --all-features --codecov --output-path coverage.json
214214
- name: Upload coverage to Codecov
215215
uses: codecov/codecov-action@v2
216216
with:
217-
file: coverage.lcov
217+
file: coverage.json
218218
fail_ci_if_error: true

0 commit comments

Comments
 (0)