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

Refactor Ets values, operations, visitors #249

Merged
merged 3 commits into from
Aug 2, 2024

Refactor Ets values, operations, visitors

32e6924
Select commit
Loading
Failed to load commit list.
Merged

Refactor Ets values, operations, visitors #249

Refactor Ets values, operations, visitors
32e6924
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 2, 2024 in 0s

59.43% (-0.61%) compared to 133474f

View this Pull Request on Codecov

59.43% (-0.61%) compared to 133474f

Details

Codecov Report

Attention: Patch coverage is 12.42604% with 296 lines in your changes missing coverage. Please review.

Project coverage is 59.43%. Comparing base (133474f) to head (32e6924).

Files Patch % Lines
...ets/src/main/kotlin/org/jacodb/ets/base/EtsExpr.kt 10.59% 211 Missing ⚠️
...rc/main/kotlin/org/jacodb/ets/utils/GetOperands.kt 0.00% 37 Missing ⚠️
...-ets/src/main/kotlin/org/jacodb/ets/dto/Convert.kt 32.65% 30 Missing and 3 partials ⚠️
...ts/src/main/kotlin/org/jacodb/ets/base/EtsValue.kt 0.00% 14 Missing ⚠️
...s/src/main/kotlin/org/jacodb/ets/base/EtsEntity.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                neo     #249      +/-   ##
============================================
- Coverage     60.03%   59.43%   -0.61%     
- Complexity     2244     2247       +3     
============================================
  Files           310      309       -1     
  Lines         18122    18298     +176     
  Branches       3259     3260       +1     
============================================
- Hits          10880    10875       -5     
- Misses         6164     6347     +183     
+ Partials       1078     1076       -2     

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