From 35c35e6d718236b85b44a64a50dce3f719dc3ff5 Mon Sep 17 00:00:00 2001 From: Marius Conjeaud Date: Wed, 22 May 2024 09:07:59 +0200 Subject: [PATCH] Remove file spec --- .github/workflows/integration-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4ad1247e..032a5868 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -45,5 +45,4 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} # Ensure the token is used here - files: ./coverage.xml # Specify paths to coverage files fail_ci_if_error: true # Optional: specify if CI should fail when codecov fails