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

[Merged by Bors] - sql: add copy-based migrations and VACUUM INTO #6085

Closed
wants to merge 79 commits into from

Remove unneeded errors.Join

11527ab
Select commit
Loading
Failed to load commit list.
Closed

[Merged by Bors] - sql: add copy-based migrations and VACUUM INTO #6085

Remove unneeded errors.Join
11527ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2024 in 0s

81.7% (-0.3%) compared to 2af4b65

View this Pull Request on Codecov

81.7% (-0.3%) compared to 2af4b65

Details

Codecov Report

Attention: Patch coverage is 61.18980% with 137 lines in your changes missing coverage. Please review.

Project coverage is 81.7%. Comparing base (2af4b65) to head (11527ab).
Report is 4 commits behind head on develop.

Files Patch % Lines
sql/database.go 60.5% 82 Missing and 42 partials ⚠️
sql/schema.go 72.2% 5 Missing and 5 partials ⚠️
node/node.go 0.0% 2 Missing ⚠️
checkpoint/recovery.go 0.0% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #6085     +/-   ##
=========================================
- Coverage     81.9%   81.7%   -0.3%     
=========================================
  Files          312     312             
  Lines        34327   34623    +296     
=========================================
+ Hits         28147   28317    +170     
- Misses        4386    4472     +86     
- Partials      1794    1834     +40     

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