-
-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
OptionsAn issue related to the Action's parameters.An issue related to the Action's parameters.SummaryAn issue related to creating the code coverage summary.An issue related to creating the code coverage summary.enhancementNew feature or requestNew feature or request
Milestone
Description
Feature Request
Not all tools output Branch Rate & Complexity even though they use Cobertura format, see #20. Options to hide the missing values would be useful for compatibility with coverage.py & similar tools.
Since Line Rate is used for the badge, health indicators & failing the workflow an option to hide it would make no sense.
Expected Behaviour
- Add option
hide_branch_rate
, defaultfalse
- Add option
hide_complexity
, defaultfalse
Additional Context
Linked To
#17 Test compatibility with other tools
#20 What does complexity mean?
Metadata
Metadata
Assignees
Labels
OptionsAn issue related to the Action's parameters.An issue related to the Action's parameters.SummaryAn issue related to creating the code coverage summary.An issue related to creating the code coverage summary.enhancementNew feature or requestNew feature or request