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

refactor(db): add sqlx-migrate-validate and optimize backup logic #3620

Merged
merged 5 commits into from
Dec 27, 2024

Update Cargo.toml

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

refactor(db): add sqlx-migrate-validate and optimize backup logic #3620

Update Cargo.toml
8e0df67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 27, 2024 in 0s

63.08% (-0.09%) compared to a5d85d2

View this Pull Request on Codecov

63.08% (-0.09%) compared to a5d85d2

Details

Codecov Report

Attention: Patch coverage is 46.85315% with 76 lines in your changes missing coverage. Please review.

Project coverage is 63.08%. Comparing base (a5d85d2) to head (8e0df67).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
crates/sqlx-migrate-validate/src/validate.rs 50.75% 65 Missing ⚠️
ee/tabby-db/src/lib.rs 0.00% 10 Missing ⚠️
crates/sqlx-migrate-validate/src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3620      +/-   ##
==========================================
- Coverage   63.16%   63.08%   -0.09%     
==========================================
  Files         202      204       +2     
  Lines       23756    23901     +145     
==========================================
+ Hits        15006    15077      +71     
- Misses       8750     8824      +74     

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