GSA/code-gov-integrations

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
    "exclude": [
        "tests/**/*.js"
    ],
    "report-dir": "./coverage",
    "reporter": [
        "lcov"
    ]
}