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(crons): message_type is always available #60926

Merged

Conversation

evanpurkhiser
Copy link
Member

After getsentry/relay#2723 this field is
guaranteed to exist in the CheckinMessage. We no longer need to add this
in and have it marked as NotRequired.

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner November 30, 2023 21:23
@evanpurkhiser evanpurkhiser requested review from a team November 30, 2023 21:23
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 30, 2023
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #60926 (34ba03b) into master (dfd7fac) will decrease coverage by 0.01%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #60926      +/-   ##
==========================================
- Coverage   80.96%   80.95%   -0.01%     
==========================================
  Files        5182     5182              
  Lines      227008   227006       -2     
  Branches    38148    38147       -1     
==========================================
- Hits       183786   183779       -7     
- Misses      37608    37613       +5     
  Partials     5614     5614              
Files Coverage Δ
src/sentry/monitors/consumers/monitor_consumer.py 84.76% <ø> (-0.15%) ⬇️
src/sentry/monitors/types.py 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

After getsentry/relay#2723 this field is
guaranteed to exist in the CheckinMessage. We no longer need to add this
in and have it marked as NotRequired.
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/ref-crons-message-type-is-always-available branch from a57f661 to 34ba03b Compare November 30, 2023 22:33
@evanpurkhiser evanpurkhiser merged commit 008058c into master Nov 30, 2023
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-crons-message-type-is-always-available branch November 30, 2023 23:03
ArthurKnaus pushed a commit that referenced this pull request Dec 1, 2023
After getsentry/relay#2723 this field is
guaranteed to exist in the CheckinMessage. We no longer need to add this
in and have it marked as NotRequired.
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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