Closed armenzg closed 1 day ago
Attention: Patch coverage is 85.03937%
with 19 lines
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/api/helpers/group_index/update.py | 84.92% | 6 Missing and 13 partials :warning: |
I will merge this tomorrow. Thanks @snigdhas !
This is the largest code block in update_groups. This moves all related logic into a single function.
For the record, I am not focusing on writing better code but on making it more encapsulated. Proper refactors could happen later.