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-js.git
The following commit(s) were added to refs/heads/master by this push: new 8452f519 ci: update codecov w/ name and run on success (#274) 8452f519 is described below commit 8452f519a0f327f1b8a92c313d150c72d509b7ed Author: エリス <er...@users.noreply.github.com> AuthorDate: Sat Apr 13 18:16:54 2024 +0900 ci: update codecov w/ name and run on success (#274) * ci: update codecov w/ name and run on success * ci: rename token to CORDOVA_CODECOV_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 ac149d1e..a4346298 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: CI: true - uses: codecov/codecov-action@v4 + if: success() with: - token: ${{ secrets.CODECOV_TOKEN }} + 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