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