getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.22k stars 4.21k forks source link

ref: fix types for sentry.utils.services #81127

Open asottile-sentry opened 8 hours ago

asottile-sentry commented 8 hours ago
codecov[bot] commented 7 hours ago

Codecov Report

Attention: Patch coverage is 97.36842% with 1 line in your changes missing coverage. Please review.

:white_check_mark: All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/utils/services.py 91.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81127 +/- ## =========================================== + Coverage 57.81% 78.48% +20.67% =========================================== Files 6945 7216 +271 Lines 304453 319845 +15392 Branches 42020 44058 +2038 =========================================== + Hits 176007 251023 +75016 + Misses 123956 62427 -61529 - Partials 4490 6395 +1905 ```