diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 755f18e3..0c84a8c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,12 +27,12 @@ jobs: run: npm run test -- --coverage - name: Start coverage report - uses: coverallsapp/github-action@v1.1.1 + uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Finish coverage report - uses: coverallsapp/github-action@v1.1.1 + uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true