Skip to content

Commit 2c10d2f

Browse files
committed
build: no longer fail build when upload to Codecov fails
1 parent bacac20 commit 2c10d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 18
14+
node-version: 20
1515

1616
- run: npm i -g npm@9 --registry=https://registry.npmjs.org
1717
- run: npm ci
@@ -21,5 +21,5 @@ jobs:
2121
- uses: codecov/codecov-action@v3
2222
with:
2323
files: ./coverage/lcov.info
24-
fail_ci_if_error: true
24+
fail_ci_if_error: false
2525
verbose: true

0 commit comments

Comments
 (0)