forked from LeenkxTeam/Kmake
14 lines
148 B
JSON
14 lines
148 B
JSON
{
|
|
"all": true,
|
|
"reporter": [
|
|
"lcov",
|
|
"text",
|
|
"html",
|
|
"text-summary"
|
|
],
|
|
"include": [
|
|
"lib/**/*.js",
|
|
"index.js"
|
|
]
|
|
}
|