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

fix(events): add missing signal_bits to event schema #985

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

glevco
Copy link
Contributor

@glevco glevco commented Apr 1, 2024

Motivation

The signal_bits field was missing from Reliable Integration events. This is not a problem because no Reliable Integration client uses this field, but for completeness, this PR adds it.

Acceptance Criteria

  • Add signal_bits to TxData.

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged

@glevco glevco self-assigned this Apr 1, 2024
@glevco glevco marked this pull request as ready for review April 1, 2024 16:10
@glevco glevco requested review from jansegre and msbrogli as code owners April 1, 2024 16:10
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.07%. Comparing base (929d88b) to head (93e3661).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #985      +/-   ##
==========================================
- Coverage   85.15%   85.07%   -0.08%     
==========================================
  Files         296      296              
  Lines       22901    22902       +1     
  Branches     3447     3447              
==========================================
- Hits        19501    19484      -17     
- Misses       2721     2732      +11     
- Partials      679      686       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jansegre jansegre mentioned this pull request Apr 5, 2024
2 tasks
@glevco glevco force-pushed the fix/event-signal-bits branch from 84c2347 to 93e3661 Compare April 5, 2024 18:43
@glevco glevco merged commit 23f764d into master Apr 8, 2024
12 checks passed
@glevco glevco deleted the fix/event-signal-bits branch April 8, 2024 16:18
@jansegre jansegre mentioned this pull request May 8, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants