1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: jest-coverage-report-action disable annotations

This commit is contained in:
Ivar Conradi Østhus 2022-02-02 22:18:50 +01:00
parent 2a4fd93302
commit 0e8bb74e93
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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