Skip to content

Commit e077905

Browse files
committed
Add cicd
1 parent 40385ad commit e077905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint
3131
run: bun run lint
3232
- name: Test
33-
run: bun test
33+
run: bun test --coverage-reporter lcov --coverage-reporter text
3434
- name: Upload to codecov.io
3535
uses: codecov/codecov-action@v5
3636
with:

0 commit comments

Comments
 (0)