Skip to content

Commit b560630

Browse files
authored
Update publish.yml
1 parent 96f7990 commit b560630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
pnpm build
3838
pnpm lint
3939
pnpm test
40+
- name: Upload to codecov.io
41+
uses: codecov/codecov-action@v5
42+
with:
43+
fail_ci_if_error: true
4044
- name: Create Release Pull Request or Publish to npm
4145
id: changesets
4246
uses: changesets/action@v1

0 commit comments

Comments
 (0)