diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee08c52..5b1aff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,10 @@ jobs: - run: npm run test:unit - name: Coveralls - uses: coverallsapp/github-action@v1 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./build/coverage/lcov.info + file: ./build/coverage/lcov.info parallel: true lint: @@ -51,6 +51,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Close parallel build - uses: coverallsapp/github-action@v1 + uses: coverallsapp/github-action@v2 with: parallel-finished: true \ No newline at end of file