diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7823eed9f..273a6982e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -57,7 +57,5 @@ jobs: uses: codecov/test-results-action@v1 with: fail_ci_if_error: false - files: - - ./target/surefire-reports/TEST* - - ./target/failsafe-reports/TEST* + files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST* token: ${{ secrets.CODECOV_TOKEN }}