diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56c6f88..e3db6b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,3 +28,7 @@ jobs: - run: npm run test:ci -- --no-color env: CI: true + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file