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 Intersect on intervals with nulls #1381

Conversation

holly-smile
Copy link
Contributor

Closes #1343.

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.69%. Comparing base (e00c396) to head (1098529).
Report is 10 commits behind head on master.

Files Patch % Lines
...f/cql/engine/elm/executing/IntersectEvaluator.java 71.42% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1381      +/-   ##
============================================
+ Coverage     62.26%   63.69%   +1.43%     
+ Complexity     6951     2666    -4285     
============================================
  Files           492      492              
  Lines         27727    27738      +11     
  Branches       5506     5511       +5     
============================================
+ Hits          17265    17669     +404     
+ Misses         8198     7828     -370     
+ Partials       2264     2241      -23     

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

@JPercival JPercival enabled auto-merge (squash) July 11, 2024 18:36
@JPercival JPercival disabled auto-merge July 11, 2024 18:36
@JPercival JPercival merged commit 179c762 into cqframework:master Jul 11, 2024
2 of 3 checks passed
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.

Incorrect result for TestIntersectNull
3 participants