Closed cjcscott closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
bf7cbc7
) 72.52% compared to head (ddbc189
) 72.52%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This adds an additional codecov target which should fail if a PR reduces test coverage by more than 0.5%. This is arbitrarily configurable, but this seemed like a level of reduction which should allow large PRs with partial test coverage while prompting consideration if tests are totally absent.
This follows on from #123 , which fixed an issue with coverage calculation introduced in #97 that would've been caught by a check like this.