You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/01/11 00:55:05 UTC

[cordova-lib] branch master updated: ci(workflow): update codecov action usage (#905)

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-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f8b2d01 ci(workflow): update codecov action usage (#905)
7f8b2d01 is described below

commit 7f8b2d011dc05749cf6075fe483b5e1bb08f1a07
Author: Jesse MacFadyen <pu...@gmail.com>
AuthorDate: Tue Jan 10 16:55:00 2023 -0800

    ci(workflow): update codecov action usage (#905)
    
    * ci(workflow): update codecov action usage
    * Use codecov-action@v3 so we get minor updates
---
 .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 dbf02d31..de48e0fe 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/codecov-action@v3
         with:
-          fail_ci_if_error: true
+          name: ${{ runner.os }} node.js ${{ matrix.node-version }}


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