codecov integration
codecov.yml
0 → 100644
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
"build": "npm run tsc", | "build": "npm run tsc", | ||
"tsc": "tsc", | "tsc": "tsc", | ||
"tsd": "tsd", | "tsd": "tsd", | ||
"jest": "jest --detectOpenHandles", | "jest": "jest --coverage --detectOpenHandles", | ||
"test": "npm run jest && npm run tsd" | "test": "npm run jest && npm run tsd" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | ... |
Please register or sign in to comment