Skip to content

feat: add support for date constant expression for mongo

8ec75f1
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for date constant expression for mongo #262

feat: add support for date constant expression for mongo
8ec75f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 23, 2025 in 0s

80.26% (-0.15%) compared to 35fac78

View this Pull Request on Codecov

80.26% (-0.15%) compared to 35fac78

Details

Codecov Report

❌ Patch coverage is 35.00000% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.26%. Comparing base (35fac78) to head (8ec75f1).

Files with missing lines Patch % Lines
...tore/mongo/query/parser/MongoProjectingParser.java 0.00% 6 Missing ⚠️
...ser/MongoNonProjectedSortTypeExpressionParser.java 0.00% 3 Missing ⚠️
...umentstore/expression/impl/ConstantExpression.java 83.33% 1 Missing ⚠️
...ansformer/MongoSelectionsAddingTransformation.java 0.00% 1 Missing ⚠️
...sformer/MongoSelectionsUpdatingTransformation.java 0.00% 1 Missing ⚠️
...umentstore/parser/SelectTypeExpressionVisitor.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #262      +/-   ##
============================================
- Coverage     80.41%   80.26%   -0.15%     
  Complexity     1337     1337              
============================================
  Files           231      231              
  Lines          6060     6080      +20     
  Branches        545      545              
============================================
+ Hits           4873     4880       +7     
- Misses          813      826      +13     
  Partials        374      374              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.