Use Codecov token and proceed when tests fail

This commit is contained in:
Sebastian Serth
2023-04-01 13:25:23 +02:00
parent d1edacca43
commit fb2a87144d

View File

@ -77,6 +77,9 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: ${{ success() || failure() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Send coverage to CodeClimate
uses: paambaati/codeclimate-action@v3.2.0
continue-on-error: true