This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new d02f8eaf Update codecoverage reporting (#1532)
d02f8eaf is described below

commit d02f8eafe8e34e33971c2e6dad2449cf1655ac99
Author: Jesse MacFadyen <[email protected]>
AuthorDate: Fri Dec 30 12:18:54 2022 -0800

    Update codecoverage reporting (#1532)
---
 .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 4e556084..88981371 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,6 +57,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]

Reply via email to