use new codecov action (#2854)

This commit is contained in:
Kevin Papst
2021-10-14 17:23:45 +02:00
committed by GitHub
parent bbf25823b8
commit 8539938b8a

View File

@@ -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