Description
Extend Python coverage measurement with conditional rules defined by the project. It helps teams mark code paths as relevant only under specific environments, versions, or feature flags.
This is a plugin for coverage tooling. Rules should be reviewed carefully because incorrect conditions can hide missing tests or make reports look healthier than the tested behavior really is.