pegjs/.nycrc
2019-01-01 14:22:57 +00:00

9 lines
122 B
JSON

{
"include": [ "packages/**" ],
"reporter": [
"cobertura",
"lcov",
"text-summary"
]
}