From 5d7346355cf2fe45e93d40e3bb8a28ab03e601bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 07:44:13 +0000 Subject: [PATCH] Update coverallsapp/github-action action to v1.2.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0160849..3c2951f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: working-directory: ${{ env.working-directory }} run: npm ci && npm run test-coveralls - name: Coveralls - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@v1.2.5 with: github-token: ${{ secrets.github_token }} path-to-lcov: ${{ env.working-directory }}/coverage/lcov.info