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-electron.git
The following commit(s) were added to refs/heads/master by this push: new abe901b ci: update codecov@v4 w/ token (#274) abe901b is described below commit abe901b978acc0c330a8ee7d74dc83fd0ec73aff Author: エリス <er...@users.noreply.github.com> AuthorDate: Sat Apr 13 23:52:54 2024 +0900 ci: update codecov@v4 w/ token (#274) --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c69f4bd..30cc928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 + if: success() with: - fail_ci_if_error: true + 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