From 8539938b8a570a60c30c31b34924158a6aab7ef1 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 14 Oct 2021 17:23:45 +0200 Subject: [PATCH] use new codecov action (#2854) --- .github/workflows/coverage.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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