diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 77184ed8..9ddd7ec5 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -41,7 +41,8 @@ jobs: MAILER_URL: null://localhost TEST_WITH_BUNDLES: 1 - name: Upload code coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml + files: ./coverage.xml + fail_ci_if_error: true