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

Repurpose db-migrate to run all pending migrations #2936

Merged
merged 2 commits into from
Oct 22, 2024

Merge branch 'main' into feat/db-migrate-all

5bbb565
Select commit
Loading
Failed to load commit list.
Merged

Repurpose db-migrate to run all pending migrations #2936

Merge branch 'main' into feat/db-migrate-all
5bbb565
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 0s

81.16% (+0.03%) compared to b7277d7

View this Pull Request on Codecov

81.16% (+0.03%) compared to b7277d7

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.16%. Comparing base (b7277d7) to head (5bbb565).

Files with missing lines Patch % Lines
api/src/main/java/marquez/db/DbMigration.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2936      +/-   ##
============================================
+ Coverage     81.12%   81.16%   +0.03%     
  Complexity     1506     1506              
============================================
  Files           268      268              
  Lines          7365     7363       -2     
  Branches        329      329              
============================================
+ Hits           5975     5976       +1     
+ Misses         1229     1226       -3     
  Partials        161      161              

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