mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
fix: do not ignore coverage/report.json
This commit is contained in:
parent
7ddb9f70eb
commit
3d6cfb6582
2
.github/workflows/build_prs_jest_report.yaml
vendored
2
.github/workflows/build_prs_jest_report.yaml
vendored
@ -32,8 +32,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: ls
|
|
||||||
- run: ls coverage
|
|
||||||
- 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:
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,4 +54,4 @@ package-lock.json
|
|||||||
/website/i18n/*
|
/website/i18n/*
|
||||||
.env
|
.env
|
||||||
|
|
||||||
report.json
|
#report.json
|
||||||
|
1
coverage/report.json
Normal file
1
coverage/report.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user