1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Test coverage workflow

This commit is contained in:
sjaanus 2022-08-24 13:50:52 +00:00
parent 0c9be121c4
commit 9d083ea086

View File

@ -35,10 +35,11 @@ jobs:
- name: Tests on ${{ matrix.node-version }}
uses: ArtiomTr/jest-coverage-report-action@v2
with:
skip-step: install
annotations: none
package-manager: yarn
github-token: ${{ secrets.GITHUB_TOKEN }}
test-script: yarn run test:coverage:jest
test-script: yarn install --frozen-lockfile --ignore-scripts && yarn build:backend && yarn run test:coverage:jest
base-coverage-file: ./coverage/report.json
env:
CI: true