Skip to content

Commit 8171bac

Browse files
v1rtlclaude
andcommitted
fix(ci): generate lcov coverage file for Coveralls
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f25af65 commit 8171bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
bun-version: latest
1515
- run: bun i
1616
- run: bun run lint
17-
- run: bun test --coverage
17+
- run: bun test --coverage --coverage-reporter=lcov
1818
- name: Coveralls
1919
if: github.ref == 'refs/heads/master'
2020
uses: coverallsapp/github-action@master
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
23-
path-to-lcov: ./coverage.lcov
23+
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)