diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3ba760..e0e0d54 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: run: composer run-script test:phpunit -- --coverage-clover coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v2.0.1 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}