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

feat: support float4 data type #1481

Merged
merged 19 commits into from
Mar 11, 2024

fix: restore correct Django setting file

fbe73b1
Select commit
Loading
Failed to load commit list.
Merged

feat: support float4 data type #1481

fix: restore correct Django setting file
fbe73b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2024 in 1s

90.79% (+0.07%) compared to 16eb184

View this Pull Request on Codecov

90.79% (+0.07%) compared to 16eb184

Details

Codecov Report

Attention: Patch coverage is 94.28571% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 90.79%. Comparing base (16eb184) to head (fbe73b1).
Report is 10 commits behind head on postgresql-dialect.

Files Patch % Lines
...e/cloud/spanner/pgadapter/parsers/FloatParser.java 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@                   Coverage Diff                    @@
##             postgresql-dialect    #1481      +/-   ##
========================================================
+ Coverage                 90.72%   90.79%   +0.07%     
- Complexity                 2684     2701      +17     
========================================================
  Files                       144      144              
  Lines                      9226     9249      +23     
  Branches                   1342     1343       +1     
========================================================
+ Hits                       8370     8398      +28     
+ Misses                      578      574       -4     
+ Partials                    278      277       -1     

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