Skip to content

Commit

Permalink
fix: jest-coverage-report-action disable annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Feb 2, 2022
1 parent 2a4fd93 commit 0e8bb74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_prs_jest_report.yaml
Expand Up @@ -34,8 +34,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Tests on ${{ matrix.node-version }}
uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
uses: ArtiomTr/jest-coverage-report-action@v2
with:
annotations: none
package-manager: yarn
github-token: ${{ secrets.GITHUB_TOKEN }}
test-script: yarn run test:coverage:jest
Expand Down

0 comments on commit 0e8bb74

Please sign in to comment.