Skip to content

Add unit tests to cover primitive methods on QueryExpression types #1751

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

Merged
merged 1 commit into from
Aug 2, 2025

Conversation

bkoelman
Copy link
Member

@bkoelman bkoelman commented Aug 2, 2025

Adds unit tests to improve coverage on types derived from QueryExpression, asserting on Equals, GetHashCode, ToString, etc.

QUALITY CHECKLIST

Copy link

codecov bot commented Aug 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.06%. Comparing base (cd8ae40) to head (a7e4225).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1751      +/-   ##
==========================================
+ Coverage   90.87%   92.06%   +1.19%     
==========================================
  Files         475      475              
  Lines       14703    14699       -4     
  Branches     2324     2322       -2     
==========================================
+ Hits        13361    13533     +172     
+ Misses        912      765     -147     
+ Partials      430      401      -29     

☔ 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.

@bkoelman bkoelman force-pushed the coverage-expressions branch 2 times, most recently from 2f180c0 to a7e4225 Compare August 2, 2025 12:40
@bkoelman bkoelman marked this pull request as ready for review August 2, 2025 12:56
@bkoelman bkoelman merged commit 7601fe4 into master Aug 2, 2025
16 checks passed
@bkoelman bkoelman deleted the coverage-expressions branch August 2, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant