ci: update codecov@v4 w/ token (#1703)

This commit is contained in:
エリス
2024-04-13 18:31:55 +09:00
committed by GitHub
parent 4742358601
commit 97806db463
+3 -2
View File
@@ -57,8 +57,9 @@ jobs:
env:
CI: true
- name: upload coverage
- uses: codecov/codecov-action@v4
if: success()
uses: codecov/codecov-action@v3
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false