Skip to content

Commit

Permalink
ci: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 20, 2024
1 parent 2a092a1 commit 1a658a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
- name: Install just, cargo-llvm-cov
uses: taiki-e/install-action@v2.38.0
with:
tool: cargo-llvm-cov
tool: just,cargo-llvm-cov

- name: Generate code coverage
run: just test-coverage-codecov
Expand Down

0 comments on commit 1a658a9

Please sign in to comment.