From 6251689ef1f6191f74ac51c565f95a1f94aa9bce Mon Sep 17 00:00:00 2001 From: Kevin Partington Date: Sat, 10 Feb 2024 18:15:02 -0600 Subject: [PATCH] upgrade: coverallsapp/github-action@v2 (#475) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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