From 6934db623bf6639b6919eee738f8c240b17b432b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 20 Jun 2024 03:06:57 +0100 Subject: [PATCH] ci: fix coverage job --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1317083b6..4f269eba9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,10 +29,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