Closed tomwhite closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7d8f5f3
) 100.00% compared to head (ab4b956
) 100.00%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The new doc packages won't install on Python 3.8. Since we don't need to build documentation on every Python version, I think the simplest way to fix this is to create a separate GitHub Actions workflow to check the documentation (
check-docs.yml
) which runs just on Python 3.9, and changebuild.yml
that runs on all supported versions to just run the tests and upload coverage.