mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
Test coverage
This commit is contained in:
parent
9d083ea086
commit
d60141a2f2
2
.github/workflows/build_prs_jest_report.yaml
vendored
2
.github/workflows/build_prs_jest_report.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
annotations: none
|
||||
package-manager: yarn
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
test-script: yarn install --frozen-lockfile --ignore-scripts && yarn build:backend && yarn run test:coverage:jest
|
||||
test-script: cd frontend && yarn install && yarn run test:coverage:jest
|
||||
base-coverage-file: ./coverage/report.json
|
||||
env:
|
||||
CI: true
|
||||
|
Loading…
Reference in New Issue
Block a user