Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reporting coverage for tests #36

Merged
merged 1 commit into from Nov 27, 2014
Merged

Support reporting coverage for tests #36

merged 1 commit into from Nov 27, 2014

Commits on Nov 27, 2014

  1. Support reporting coverage for tests

    If `coverage` options is set, template files will be instrumented
    before execution (can be enabled per-technology). If templates are
    built with source map, there is an option to show coverage for
    original files.
    There is also an option to filter out some sources from report. By
    default, all content of `node_modules` and `libs` will be omitted.
    Sergey Tatarintsev committed Nov 27, 2014
    Copy the full SHA
    97508b4 View commit details
    Browse the repository at this point in the history