Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(grouping): Do preliminary typing work for enhancements #87369

Merged
merged 9 commits into from
Mar 20, 2025

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Mar 18, 2025

As a first step towards adding types to the enhancements code, this makes a handful of code changes which will be necessary once types are added to all of the enhancements methods, which will happen in #87370. (I split it up this way so that hopefully it will be a little easier to review.)

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 18, 2025
Copy link

codecov bot commented Mar 19, 2025

Codecov Report

Attention: Patch coverage is 64.70588% with 6 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/grouping/enhancer/matchers.py 50.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #87369      +/-   ##
==========================================
- Coverage   87.74%   87.74%   -0.01%     
==========================================
  Files        9897     9897              
  Lines      561320   561331      +11     
  Branches    22149    22149              
==========================================
+ Hits       492508   492515       +7     
- Misses      68408    68412       +4     
  Partials      404      404              

@lobsterkatie lobsterkatie force-pushed the kmclb-small-enhancement-simplifications branch from 49bf1f3 to cb18d48 Compare March 19, 2025 20:29
@lobsterkatie lobsterkatie force-pushed the kmclb-enhancement-types-prework branch from 2760276 to 4eb7eb8 Compare March 19, 2025 20:30
@lobsterkatie lobsterkatie force-pushed the kmclb-small-enhancement-simplifications branch from cb18d48 to a3e3a19 Compare March 19, 2025 21:23
@lobsterkatie lobsterkatie force-pushed the kmclb-enhancement-types-prework branch from 4eb7eb8 to 0c66767 Compare March 19, 2025 21:23
Base automatically changed from kmclb-small-enhancement-simplifications to master March 20, 2025 18:15
@lobsterkatie lobsterkatie force-pushed the kmclb-enhancement-types-prework branch from 0c66767 to 94395bd Compare March 20, 2025 18:33
@lobsterkatie lobsterkatie marked this pull request as ready for review March 20, 2025 19:29
@lobsterkatie lobsterkatie requested a review from a team as a code owner March 20, 2025 19:29
@lobsterkatie lobsterkatie merged commit a9cecaa into master Mar 20, 2025
49 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-enhancement-types-prework branch March 20, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants