cake-contrib / CakeContrib.Guidelines

Adds common guidelines to cake-contrib projects
https://cake-contrib.github.io/CakeContrib.Guidelines/
MIT License
2 stars 4 forks source link

Add some configuration to CodeCov coverage requirements #221

Closed nils-a closed 10 months ago

nils-a commented 1 year ago

Currently, codecov marks a check as errored, when the added statements have coverage below the coverage of the current head.

image

In the above image, the patch is marked as failed because it's coverage of 92.31% missed the 94.31% coverage of the HEAD. Even though the patch has 0.48% more coverage than the same "area" in HEAD and raises overall coverage by 0.03%.

image

cake-contrib-bot commented 10 months ago

:tada: This issue has been resolved in version 1.5.0 :tada: The release is available on: