Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 781 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 781 Bytes

Enaml coverage plugin

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.