mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
ci: update codecov@v4 w/ token (#1703)
This commit is contained in:
parent
4742358601
commit
97806db463
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -57,8 +57,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
- name: upload coverage
|
- uses: codecov/codecov-action@v4
|
||||||
if: success()
|
if: success()
|
||||||
uses: codecov/codecov-action@v3
|
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
|
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
|
||||||
|
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
|
||||||
|
fail_ci_if_error: false
|
||||||
|
Loading…
Reference in New Issue
Block a user