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

Allow scalar values for Query::select() #329

Merged
merged 3 commits into from
Apr 13, 2024

Merge branch 'master' into allow_scalars

b1c85ca
Select commit
Loading
Failed to load commit list.
Merged

Allow scalar values for Query::select() #329

Merge branch 'master' into allow_scalars
b1c85ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 13, 2024 in 0s

99.26% (+0.17%) compared to df7cf71

View this Pull Request on Codecov

99.26% (+0.17%) compared to df7cf71

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.26%. Comparing base (df7cf71) to head (b1c85ca).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #329      +/-   ##
============================================
+ Coverage     99.08%   99.26%   +0.17%     
+ Complexity      183      181       -2     
============================================
  Files            15       15              
  Lines           549      547       -2     
============================================
- Hits            544      543       -1     
+ Misses            5        4       -1     

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