Skip to content

Commit

Permalink
Merge pull request #54 from rdf-ext/ci-coveralls
Browse files Browse the repository at this point in the history
chore: switched to coveralls
  • Loading branch information
bergos authored Dec 7, 2024
2 parents 5b89ebd + 0eb2d5f commit b1fe30c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,24 @@ jobs:
- '18'
- '20'
- '22'
- '23'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v5
- uses: coverallsapp/github-action@v2
with:
flag-name: run Node v${{ matrix.node }}
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
finally:
needs: test
runs-on: ubuntu-24.04
steps:
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit b1fe30c

Please sign in to comment.