Skip to content

Commit

Permalink
integrate coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jan 8, 2025
1 parent a004413 commit ed40095
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18, 20, 22]
include:
- node-version: '22'
os: ubuntu-latest
coverage: true

steps:
- name: Checkout code
Expand All @@ -32,3 +36,10 @@ jobs:

- name: Run tests
run: bun run test

- name: Upload coverage
uses: coverallsapp/github-action@v2
if: ${{ matrix.coverage }}
run: bun run test:cov
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed40095

Please sign in to comment.