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 GitHub
parent 34571a94f8
commit 28e57dd2e4
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