Increase threshold for failed code coverage checks #173
Labels
maint:coverage
Test coverage improvements that were not included in feature prioritization
phase:research
involves researching information on a topic rather than implementing specific feature.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
Let's use https://about.codecov.io/ consistently across repos and also increase threshold for failed checks.
At the moment, our code coverage checks (e.g., via coveralls) fail when coverage decreases by any amount. For example, see neurobagel/api@a93d476 which failed the coverage check due a 0.7% decrease.
To avoid possibly superfluous tests just for the sake of ensuring 0% coverage decrease, I propose we bump up the threshold so that coveralls / codecov only complains when coverage has decreased 1% or more.
The text was updated successfully, but these errors were encountered: