mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 11:55:32 +00:00
14 lines
No EOL
243 B
JSON
14 lines
No EOL
243 B
JSON
{
|
|
"check-coverage": false,
|
|
"clean": true,
|
|
"exclude": [
|
|
"src/test/**",
|
|
"node_modules/*"
|
|
],
|
|
"exclude-after-remap": true,
|
|
"reporter": ["text", "text-summary"],
|
|
"reports-dir": "build/coverage",
|
|
"src": [
|
|
"src/main"
|
|
]
|
|
} |