pegjs/.nycrc
Futago-za Ryuu 61377b1bd7 Azure Pipelines -> GitHub Actions
- Update CodeCov CI provider URL
- Remove Support for Azure Pipelines
- Add support for GitHub Actions
- Stop generating redundent reports
- Update @pegjs/publish-dev
2019-09-29 02:05:27 +01:00

8 lines
101 B
JSON

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