Skip to content

Commit cd55039

Browse files
committed
Enhance CI workflow by adding coverage reporter to test step and integrating Coveralls action
1 parent 145e229 commit cd55039

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
bun-version: 1.2
1414
- name: Install dependencies
1515
run: bun install
16-
- name: Test
17-
run: bun test --coverage
1816
- name: Typecheck
1917
run: bun typecheck
18+
- name: Test
19+
run: bun test --coverage --coverage-reporter=lcov
20+
- name: Coveralls GitHub Action
21+
uses: coverallsapp/[email protected]

0 commit comments

Comments
 (0)