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

Handle null in stream processing #106

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

lincmba
Copy link
Contributor

@lincmba lincmba commented Nov 19, 2024

fixes #104
Engineer Checklist

  • I have written Unit tests for any new feature(s) and edge cases for
    bug fixes
  • I have added documentation for any new feature(s) and configuration
    option(s) on the README.md
  • I have run mvn spotless:check to check my code follows the project's
    style guide
  • I have run mvn clean test jacoco:report to confirm the coverage report
    was generated at plugins/target/site/jacoco/index.html
  • I ran mvn clean package right before creating this pull request.

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.

Project coverage is 61.54%. Comparing base (2c88ffe) to head (274e0c1).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...teway/plugins/LocationHierarchyEndpointHelper.java 72.72% 1 Missing and 2 partials ⚠️
...way/plugins/PractitionerDetailsEndpointHelper.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #106      +/-   ##
============================================
+ Coverage     60.44%   61.54%   +1.10%     
- Complexity      202      206       +4     
============================================
  Files            16       16              
  Lines          1408     1412       +4     
  Branches        162      164       +2     
============================================
+ Hits            851      869      +18     
+ Misses          476      458      -18     
- Partials         81       85       +4     

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


🚨 Try these New Features:

@lincmba lincmba force-pushed the fix_null_in_stream_processing branch from 8d639c6 to d833ad0 Compare November 20, 2024 06:59
@lincmba lincmba merged commit 01da39e into main Nov 21, 2024
3 checks passed
@lincmba lincmba deleted the fix_null_in_stream_processing branch November 21, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Report: Null Handling in Stream Processing
2 participants