Open iainsproat opened 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.05%. Comparing base (
8c7ed44
) to head (e7144fc
). Report is 1378 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description & motivation
CodeCov was broken for a while - it wasn't publishing GitHub checks - and we disabled it.
This PR re-enables CodeCov.
The GitHub checks weren't being published because the default behaviour for CodeCov is to wait until all other CI checks are completed before publishing its own. As we include some optional, manually triggered, jobs in CircleCI there will often be jobs that never complete, which blocks CodeCov from publishing. This PR configures CodeCov not to wait until all CI status are complete before publishing.
Changes:
To-do before merge:
Screenshots:
Validation of changes:
Checklist:
References