codecov integration

This commit is contained in:
syuilo 2021-06-25 09:46:40 +09:00
parent 037f68858d
commit c6285944a1
4 changed files with 6 additions and 1 deletions

View file

@ -8,7 +8,7 @@
"build": "npm run tsc",
"tsc": "tsc",
"tsd": "tsd",
"jest": "jest --detectOpenHandles",
"jest": "jest --coverage --detectOpenHandles",
"test": "npm run jest && npm run tsd"
},
"repository": {