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

(#221) add a simple codecov.yml #293

Closed nils-a closed 9 months ago

nils-a commented 9 months ago

This should set the target coverage to 80% and allow each single PR to let coverage drop by 3%.

While this does not sound ideal, the current (default) configuration feels much too fragile, and breaks on too many PRs whose coverage is fine.

fixes #221

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (04276d4) 95.95% compared to head (523bfe9) 95.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #293 +/- ## ======================================== Coverage 95.95% 95.95% ======================================== Files 16 16 Lines 914 914 Branches 118 118 ======================================== Hits 877 877 Misses 15 15 Partials 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.