Colonise/Config

View on GitHub
source/nyc.ts

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    all: true,
    reporter: [
        'lcov',
        'html',
        'text'
    ],
    'report-dir': './coverage',
    include: [
        'build/**/*.js'
    ],
    exclude: [
        '**/*.spec.*'
    ]
};