From bdf9694809fbd99add16b90a0c77aa61858f6af7 Mon Sep 17 00:00:00 2001 From: futa-ikeda Date: Fri, 24 Oct 2025 08:46:29 -0400 Subject: [PATCH] feat(github actions): use coveralls in github actions --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 069c19a3c..6d08d3a55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,10 @@ jobs: - name: Check coverage thresholds run: npm run test:check-coverage-thresholds + - name: Coveralls Report + uses: coverallsapp/github-action@v2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} lint: runs-on: ubuntu-latest