From 15b14f0854155c90403948a6323231e1f9e5cdf4 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Sun, 17 Nov 2024 12:27:32 +0100 Subject: [PATCH] Migrate codecov --- .github/workflows/ci-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index c52cca73..7d733b2f 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -56,5 +56,5 @@ jobs: uses: codecov/codecov-action@v5.0.2 with: token: ${{ env.CODECOV_TOKEN }} - file: coverage.lcov + files: coverage.lcov fail_ci_if_error: true