rschmukler/agenda

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
    "extends": "@istanbuljs/nyc-config-typescript",
    "all": false,
    "include": [
        "src"
    ],
    "exclude": [
        ".eslintrc.js",
        "index.js",
        "docs",
        "coverage",
        "test"
    ],
    "reporter": [
        "text",
        "lcov",
        "text-summary"
    ]
}