Created
May 1, 2018 22:16
-
-
Save GeroSalas/6bb9fcfa0423c93938f0dfdf4142fd14 to your computer and use it in GitHub Desktop.
Istanbul NYC Sample (for TypeScript)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"check-coverage": true, | |
"statements": 95, | |
"lines": 95, | |
"functions": 95, | |
"branches": 95, | |
"watermarks": { | |
"statements": [60, 95], | |
"lines": [60, 95], | |
"functions": [60, 95], | |
"branches": [60, 95] | |
}, | |
"cache": true, | |
"extension": [ | |
".ts" | |
], | |
"include": [ | |
"src/*" | |
], | |
"exclude": [ | |
"**/migrations/**/*", | |
"**/seeds/**/*" | |
], | |
"reporter": [ | |
"html" | |
], | |
"all": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment