Do not check for 100% coverage (#1501)
This commit is contained in:
committed by
GitHub
parent
34571a94f8
commit
28e57dd2e4
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -159,7 +159,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@ -100,6 +100,7 @@
|
|||||||
"jsx": false,
|
"jsx": false,
|
||||||
"flow": false,
|
"flow": false,
|
||||||
"coverage": false,
|
"coverage": false,
|
||||||
"jobs-auto": true
|
"jobs-auto": true,
|
||||||
|
"check-coverage": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user