From c259a6addf5521db053bc3205e328336ff4817a0 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Mon, 14 Aug 2023 16:12:17 -0700 Subject: [PATCH] Swap to the correct variable name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72e3e43d..e5280d85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Check Coverage uses: Skptak/CI-CD-Github-Actions/coverage-cop@main with: - path: ./build/coverage.info + coverage-file: ./build/coverage.info build-with-default-config: runs-on: ubuntu-latest steps: