1
0
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:
Ivar Conradi Østhus 2022-05-20 11:44:53 +02:00
parent 7ddb9f70eb
commit 3d6cfb6582
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 2 additions and 3 deletions

View File

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

@ -54,4 +54,4 @@ package-lock.json
/website/i18n/*
.env
report.json
#report.json

1
coverage/report.json Normal file

File diff suppressed because one or more lines are too long