Files
shields/.nycrc.json
Paul Melnikow b602284403 Update coverage scripts (#2008)
As I was testing #1992 I noticed some of the coverage scripts were out of date.
2018-08-29 15:22:38 -07:00

14 lines
204 B
JSON

{
"reporter": ["lcov"],
"all": true,
"exclude": [
"**/*.spec.js",
"**/*.integration.js",
"services/**/*.tester.js",
"coverage",
"build"
],
"silent": true,
"clean": false
}