embark/.nycrc

10 lines
93 B
JSON

{
"reporter": [
"lcov",
"text-summary"
],
"include": [
"lib/**/*.js"
]
}