Created
January 2, 2020 20:56
-
-
Save Farenheith/05373270a181ccebea9cca86c0798f8e to your computer and use it in GitHub Desktop.
nyc config example
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, | |
"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