Skip to content

Commit

Permalink
fix: update GitHub Actions for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Jun 19, 2023
1 parent 6196295 commit 9b936eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- run: npm test

- name: Coveralls
uses: coverallsapp/github-action@v2

commitlint:
runs-on: ubuntu-latest
steps:
Expand All @@ -43,6 +46,3 @@ jobs:
- name: Validate PR commits with commitlint
if: github.event_name == 'pull_request'
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 9b936eb

Please sign in to comment.