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

Rewrite Discovery and Generation Framework #2207

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Fix: Invalidate null arguments

49114d6
Select commit
Loading
Failed to load commit list.
Open

Rewrite Discovery and Generation Framework #2207

Fix: Invalidate null arguments
49114d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 5, 2025 in 0s

71.18% (-1.10%) compared to cdff385

View this Pull Request on Codecov

71.18% (-1.10%) compared to cdff385

Details

Codecov Report

Attention: Patch coverage is 66.71340% with 2849 lines in your changes missing coverage. Please review.

Project coverage is 71.18%. Comparing base (cdff385) to head (49114d6).
Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
...ache/sysds/hops/rewriter/RewriterRuntimeUtils.java 26.11% 313 Missing and 52 partials ⚠️
.../apache/sysds/hops/rewriter/RewriterFramework.java 0.00% 235 Missing ⚠️
.../sysds/hops/rewriter/rule/RewriterRuleBuilder.java 32.16% 180 Missing and 33 partials ⚠️
...apache/sysds/hops/rewriter/utils/CodeGenUtils.java 19.14% 164 Missing and 26 partials ⚠️
...s/hops/rewriter/assertions/RewriterAssertions.java 56.66% 149 Missing and 33 partials ⚠️
.../apache/sysds/hops/rewriter/RewriterStatement.java 66.93% 138 Missing and 29 partials ⚠️
...e/sysds/hops/rewriter/codegen/RewriterCodeGen.java 78.66% 85 Missing and 24 partials ⚠️
...pache/sysds/hops/rewriter/utils/RewriterUtils.java 85.89% 46 Missing and 63 partials ⚠️
...sysds/hops/rewriter/utils/RewriterSearchUtils.java 67.91% 70 Missing and 24 partials ⚠️
...pache/sysds/hops/rewriter/RewriterInstruction.java 70.77% 65 Missing and 25 partials ⚠️
... and 27 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2207      +/-   ##
============================================
- Coverage     72.28%   71.18%   -1.10%     
- Complexity    45227    47181    +1954     
============================================
  Files          1466     1502      +36     
  Lines        170454   181720   +11266     
  Branches      33228    35401    +2173     
============================================
+ Hits         123209   129360    +6151     
- Misses        37868    42357    +4489     
- Partials       9377    10003     +626     

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