mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
Update codecoverage reporting (#1532)
This commit is contained in:
parent
56d4b8312b
commit
d02f8eafe8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -57,6 +57,8 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- uses: codecov/codecov-action@v3
|
||||
- name: upload coverage
|
||||
if: success()
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user