Skip to content

Instantly share code, notes, and snippets.

@GeroSalas
Created May 1, 2018 22:16
Show Gist options
  • Save GeroSalas/6bb9fcfa0423c93938f0dfdf4142fd14 to your computer and use it in GitHub Desktop.
Save GeroSalas/6bb9fcfa0423c93938f0dfdf4142fd14 to your computer and use it in GitHub Desktop.
Istanbul NYC Sample (for TypeScript)
{
"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