(cordova-eslint) branch ci/update-codecov updated (383e36e -> 1c03f3e)

2024-04-10 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch ci/update-codecov
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


from 383e36e  ci: update codecov@v4 w/ token
 add 1c03f3e  ci: rename token to CORDOVA_CODECOV_TOKEN

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



(cordova-eslint) branch ci/update-codecov created (now 383e36e)

2024-04-10 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch ci/update-codecov
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


  at 383e36e  ci: update codecov@v4 w/ token

This branch includes the following new commits:

 new 383e36e  ci: update codecov@v4 w/ token

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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



(cordova-eslint) 01/01: ci: update codecov@v4 w/ token

2024-04-10 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch ci/update-codecov
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git

commit 383e36efb7b96cacb6d2f269452d566652d059ac
Author: Erisu 
AuthorDate: Wed Apr 10 22:33:33 2024 +0900

ci: update codecov@v4 w/ token
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 34002c5..a545a13 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,9 @@ jobs:
 env:
   CI: true
 
-  - uses: codecov/codecov-action@v3
+  - uses: codecov/codecov-action@v4
 if: success()
 with:
   name: ${{ runner.os }} node.js ${{ matrix.node-version }}
+  token: ${{ secrets.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