OpenByteDev/MasterAnime-API

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
    "check-coverage": true,
    "all": true,
    "extension": [
        ".ts"
    ],
    "include": [
        "lib/**/*.ts"
    ],
    "reporter": [
        "lcov",
        "text",
        "text-summary"
    ],
    "report-dir": "coverage"
}