Skip to content

Commit 8452f51

Browse files
authored
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
1 parent ed83d39 commit 8452f51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
CI: true
4848

4949
- uses: codecov/codecov-action@v4
50+
if: success()
5051
with:
51-
token: ${{ secrets.CODECOV_TOKEN }}
52+
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
53+
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
5254
fail_ci_if_error: false

0 commit comments

Comments
 (0)