Skip to content

Instantly share code, notes, and snippets.

@Farenheith
Created January 2, 2020 20:56
Show Gist options
  • Save Farenheith/05373270a181ccebea9cca86c0798f8e to your computer and use it in GitHub Desktop.
Save Farenheith/05373270a181ccebea9cca86c0798f8e to your computer and use it in GitHub Desktop.
nyc config example
{
"check-coverage": true,
"lines": 95,
"branches": 95,
"functions": 95,
"exclude": [
"test",
"build",
"coverage",
"dist",
"**/*.spec.ts"
],
"reporter": [
"text",
"lcov"
],
"extension": [
".ts"
],
"all": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment