.nycrc

Summary

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