Files
shields/.nycrc.json
Paul Melnikow 4f48031551 Upgrade coverage CLI from istanbul to nyc (#1148)
Per a note posted to the istanbul readme in May, this version of istanbul is deprecated.

https://github.com/gotwarlost/istanbul
2017-10-11 13:53:24 -04:00

14 lines
161 B
JSON

{
"reporter": [
"lcov"
],
"all": true,
"exclude": [
"**/*.spec.js",
"service-tests",
"coverage"
],
"silent": true,
"clean": false
}