We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f87afe commit ec24d4cCopy full SHA for ec24d4c
1 file changed
.github/workflows/publish.yml
@@ -67,6 +67,7 @@ jobs:
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
fail_ci_if_error: true
70
+ files: ./coverage/lcov.info
71
- run: bun publish --access public
72
env:
73
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments