mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Test coverage run
This commit is contained in:
parent
d60141a2f2
commit
f86f12d4f9
3
.github/workflows/build_prs_jest_report.yaml
vendored
3
.github/workflows/build_prs_jest_report.yaml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||||
- name: Tests on ${{ matrix.node-version }}
|
- name: Tests on ${{ matrix.node-version }}
|
||||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||||
with:
|
with:
|
||||||
@ -39,7 +40,7 @@ jobs:
|
|||||||
annotations: none
|
annotations: none
|
||||||
package-manager: yarn
|
package-manager: yarn
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
test-script: cd frontend && yarn install && yarn run test:coverage:jest
|
test-script: yarn run test:coverage:jest
|
||||||
base-coverage-file: ./coverage/report.json
|
base-coverage-file: ./coverage/report.json
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Loading…
Reference in New Issue
Block a user