diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52cfb4b..00c094d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,5 +40,6 @@ jobs: uses: ArtiomTr/jest-coverage-report-action@262a7bb0b20c4d1d6b6b026af0f008f78da72788 # pin@v2.3.1 with: skip-step: install + annotations: none coverage-file: ./report.json github-token: ${{ secrets.PAT || secrets.GITHUB_TOKEN || github.token }}