diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index dc62150..d8e0503 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -31,29 +31,7 @@ jobs: npm run build --if-present npm run test - - name: Test ${{ matrix.test_number }} - run: make test-coverage-${{ matrix.test_number }} - - name: Coveralls Parallel + - name: Report Coveralls uses: coverallsapp/github-action@v2 with: - flag-name: run-${{ join(matrix.*, '-') }} - parallel: true - - - name: cache node modules - uses: actions/cache@v3 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - finish: - needs: test - if: ${{ always() }} - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@v2 - with: - parallel-finished: true - carryforward: "run-1,run-2" + github-token: ${{ secrets.GITHUB_TOKEN }}