We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c949699 commit 25365e5Copy full SHA for 25365e5
1 file changed
.github/workflows/publish.yml
@@ -60,8 +60,8 @@ jobs:
60
with:
61
bun-version: latest
62
- run: bun i
63
- - run: bun test --coverage --coverage-reporter=lcov
64
- run: bun run build
+ - run: bun test --coverage --coverage-reporter=lcov
65
- name: Upload to codecov.io
66
uses: codecov/codecov-action@v5
67
0 commit comments