diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10e4cc2..ed4efc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,3 +20,8 @@ jobs: - run: yarn --frozen-lockfile - run: yarn test:prod + + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }}