instrumentation:
    verbose: true
    root: src
    include-all-sources: true
    excludes:
        - '**/*.spec.js'
reporting:
    dir: ./coverage
    reports:
        - lcov
        - cobertura
