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-fetch.git
The following commit(s) were added to refs/heads/master by this push:
new 310e0fb ci: sync codecov-action setup between other repos (#111)
310e0fb is described below
commit 310e0fb1b96e01235eb6190da00b2536c2b9010a
Author: エリス <[email protected]>
AuthorDate: Tue Mar 28 13:16:49 2023 +0900
ci: sync codecov-action setup between other repos (#111)
---
.github/workflows/ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dbf02d3..8353755 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,5 +47,6 @@ jobs:
CI: true
- uses: codecov/codecov-action@v3
+ if: success()
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]