Skip to content

Commit 5070060

Browse files
committed
Fix CICD
1 parent 3c9415d commit 5070060

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: bun lint
2828
- run: bun run build
2929
- run: bun lint
30-
- run: bun test --coverage --coverage-reporter=lcov,text
30+
- run: bun test --coverage --coverage-reporter=lcov --coverage-reporter=text
3131
- name: Upload to codecov.io
3232
uses: codecov/codecov-action@v5
3333
with:

bun.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)