1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Test coverage

This commit is contained in:
sjaanus 2022-08-24 13:57:06 +00:00
parent 9d083ea086
commit d60141a2f2

View File

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