chore: update codecov config#398
Conversation
| project: | ||
| default: | ||
| target: auto | ||
| threshold: 2% # allow for 2% reduction of coverage without failing |
There was a problem hiding this comment.
I'm happy to discuss this. I have noticed it's not rare for the coverage to decrease a bit during PRs, and we ignore it most of the time
There was a problem hiding this comment.
This setting is great IMO. Didn't knew they have such feature. I'm ok merging this change.
There was a problem hiding this comment.
Ok! I'm removing the draft status then
Ideally I wanted to set up a minimum target percentage, because with the config of this PR we could technically keep decreasing the coverage with several PRs until we reach low values. But I haven't found any option to do so
Codecov Report
@@ Coverage Diff @@
## main #398 +/- ##
=======================================
Coverage 83.25% 83.25%
=======================================
Files 178 178
Lines 10282 10282
Branches 1108 1108
=======================================
Hits 8560 8560
Misses 1708 1708
Partials 14 14 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Closes #397