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 10, 2024
1 parent d9579cf commit 9553e7a
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 @@ -22,10 +22,10 @@ jobs:
with:
components: llvm-tools-preview

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

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

0 comments on commit 9553e7a

Please sign in to comment.