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