Skip to content

MatthieuDartiailh/enaml_coverage_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7214b6e · Mar 9, 2023

History

17 Commits
Mar 9, 2023
Mar 9, 2023
Mar 9, 2023
Oct 11, 2021
Mar 9, 2023
Jul 3, 2016
Oct 11, 2021
Oct 7, 2021
Jul 3, 2016
Oct 7, 2021
Oct 11, 2021
Mar 9, 2023
Mar 9, 2023

Repository files navigation

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.

About

Coverage plugin to measure coverage in .enaml files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages