Closed d33bs closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.72%. Comparing base (
c782728
) to head (7149c08
). Report is 29 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @gwaybio ! Merging this in now.
Description
This PR addresses an issue we were having with Codecov running code coverage reports from GitHub Actions. Errors were silently failed due to how they were configured. The errors which appear to have been regarding rate limiting were fixed by updating the version of the Codecov Action which is used to the latest major revision. Successful runs can be exhibited within this PR (see the commenter below).
Moving forward I've "unsilenced" this step within CI to better observe errors in the future.
Closes #431
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.