Closed kratman closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.25%. Comparing base (
bcdd0b5
) to head (f31fae1
). Report is 4 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Coverage is easy to fix. I will do that before I mark it ready for review
Wheel build passed, this should be ready for the release
Description
Fixes the wheel build and updates the telemetry code to make sure it does not run during tests
Fixes #4588
Type of change
Key checklist:
$ pre-commit run
(or$ nox -s pre-commit
) (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ python run-tests.py --all
(or$ nox -s tests
)$ python run-tests.py --doctest
(or$ nox -s doctests
)You can run integration tests, unit tests, and doctests together at once, using
$ python run-tests.py --quick
(or$ nox -s quick
).Further checks: