Use Codecov token and proceed when tests fail
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user