mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: ls
|
||||
- run: ls coverage
|
||||
- name: Tests on ${{ matrix.node-version }}
|
||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||
with:
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,4 +54,4 @@ package-lock.json
|
||||
/website/i18n/*
|
||||
.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