You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using fail_below_threshold: true action fails if (lineCoverage + branchCoverage) / 2 < minimum_coverage. I want to show line coverage badge in README file but that coverage is not the same as when using this action. Would it be possible to make this configurable and decide what minimum_coverage means - decide whether failure is for line, branch or combined coverage?
Or maybe something like minimum_coverage: X Y Z where X Y and Z represent coverage for combined, line and branch respectively?
The text was updated successfully, but these errors were encountered:
When using
fail_below_threshold: true
action fails if(lineCoverage + branchCoverage) / 2 < minimum_coverage
. I want to show line coverage badge in README file but that coverage is not the same as when using this action. Would it be possible to make this configurable and decide whatminimum_coverage
means - decide whether failure is for line, branch or combined coverage?Or maybe something like
minimum_coverage: X Y Z
where X Y and Z represent coverage for combined, line and branch respectively?The text was updated successfully, but these errors were encountered: