From 1a658a98e139f6814b18dd90d62094b937a9279b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 20 Jun 2024 03:04:20 +0100 Subject: [PATCH] ci: fix coverage --- .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 96fb0a1cf..1317083b6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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