Skip to content

Commit ac1939f

Browse files
committed
chore: Use fail on error instead
1 parent 8412525 commit ac1939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
run: GITHUB_OUTPUT="" pnpm coverage
6666

6767
- name: Upload coverage Coveralls
68-
continue-on-error: true
6968
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # 2.3.7
7069
with:
7170
github-token: ${{ secrets.GITHUB_TOKEN }}
7271
path-to-lcov: ./action-src/coverage/lcov.info
72+
fail-on-error: false
7373

7474
- name: Upload coverage to Codecov
7575
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v3

0 commit comments

Comments
 (0)