Skip to content

Commit 1da531d

Browse files
committed
ci: merge coverage into CI and use codecov v5
1 parent 48962b0 commit 1da531d

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131

3232
- run: bun install
3333

34-
- run: bun test
34+
- run: bun test --coverage --coverage-reporter=lcov
35+
- name: Upload coverage reports to Codecov
36+
uses: codecov/codecov-action@v5
37+
with:
38+
token: ${{ secrets.CODECOV_TOKEN }}
3539

3640
build:
3741
runs-on: ubuntu-latest

.github/workflows/coverage.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)