This is an automated email from the ASF dual-hosted git repository. purplecabbage pushed a commit to branch UpdateCI in repository https://gitbox.apache.org/repos/asf/cordova-common.git
commit 059097247a105ba52af2c6142b70c24536c856c5 Author: Jesse <[email protected]> AuthorDate: Fri Dec 30 12:30:27 2022 -0800 CI runs on node 14,16,18 --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b695fe5..60f6b40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,8 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v3 + - name: upload coverage + if: success() + uses: codecov/[email protected] with: - fail_ci_if_error: true + name: ${{ runner.os }} node.js ${{ matrix.node-version }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
