This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new c06b573  ci: update codecov@v4 w/ token (#638)
c06b573 is described below

commit c06b573f523d17964762d8315d183aadaf961c84
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Apr 13 18:32:09 2024 +0900

    ci: update codecov@v4 w/ token (#638)
---
 .github/workflows/ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 14c5ac3..a783ecf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,8 +46,9 @@ jobs:
         env:
           CI: true
 
-      - name: upload coverage
+      - uses: codecov/codecov-action@v4
         if: success()
-        uses: codecov/codecov-action@v3.1.1
         with:
           name: ${{ runner.os }} node.js ${{ matrix.node-version }}
+          token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
+          fail_ci_if_error: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to