Skip to content

MatthieuDartiailh/enaml_coverage_plugin

Repository files navigation

Enaml coverage plugin

image

Coverage to plugin to provide coverage reports for Enaml files (.enaml).

Usage

To enable the plugin, one simply needs to add the following snippet under the run section of a project coverage configuration file:

plugins =
    enaml_coverage_plugin

Note

Branch coverage is always on so in order to be able to combine reports, branch coverage need to be enabled for Python files. The can be done by specifying branch=True under the run section of your coverage configuration.

About

Coverage plugin to measure coverage in .enaml files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages