Skip to content

Commit f0d03ce

Browse files
committed
ci: install grcov for coverage
1 parent 0fadb4c commit f0d03ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
components: llvm-tools-preview
5959
- uses: Swatinem/rust-cache@v2
60-
- uses: taiki-e/install-action@cargo-llvm-cov
60+
- uses: taiki-e/install-action@grcov
6161

6262
- name: Generate Codecov report
6363
run: make codecov

0 commit comments

Comments
 (0)