Do not check for 100% coverage (#1501)

This commit is contained in:
Tomas Della Vedova
2021-07-24 14:44:32 +02:00
committed by delvedor
parent 67db0c57bf
commit e8b4eb8b9b
2 changed files with 4 additions and 3 deletions

View File

@ -125,7 +125,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v2
@ -159,7 +159,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v2

View File

@ -100,6 +100,7 @@
"jsx": false,
"flow": false,
"coverage": false,
"jobs-auto": true
"jobs-auto": true,
"check-coverage": false
}
}