diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73a9b93..65870e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies and run tests run: | npm ci - npm run test -- --run + npm run test -- --run --coverage - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}