From 9b936eb2bf7fc729369dccb1931790fc5e5e75eb Mon Sep 17 00:00:00 2001 From: Ben Gubler Date: Mon, 19 Jun 2023 14:29:03 -0400 Subject: [PATCH] fix: update GitHub Actions for coverage --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75dabdb..a70077f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,9 @@ jobs: - run: npm test + - name: Coveralls + uses: coverallsapp/github-action@v2 + commitlint: runs-on: ubuntu-latest steps: @@ -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