almrooth/ramverk2

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
    "description": "",
    "reporter": [
        "html",
        "text",
        "clover"
    ],
    "include": [
      "src/**/*.js"
    ],
    "exclude": [
        "build/"
    ],
    "all": true,
    "report-dir": "./build/coverage",
    "temp-directory": "./build/.nyc_output"
}