From 8ac2e290aef1fbdaff605cd10972e0f2babc3032 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 3 Jun 2025 15:41:05 +0100 Subject: [PATCH] Change file to files codecov action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 168a7bd4..aff40123 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,7 +179,7 @@ jobs: if: ${{ success() && (matrix.coverage == true) }} uses: codecov/codecov-action@v5 with: - file: ./coverage.info + files: ./coverage.info fail_ci_if_error: true verbose: true token: ${{ secrets.CODECOV_TOKEN }}