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

Add SkipLiquibaseTablesPredicate and SkipFlywayTablesPredicate #485

Merged
merged 5 commits into from
Nov 11, 2024

Conversation

mfvanek
Copy link
Owner

@mfvanek mfvanek commented Nov 10, 2024

Closes #478

Copy link

codecov bot commented Nov 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (2b0f263) to head (b3086e0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #485   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      1027      1040   +13     
===========================================
  Files            165       168    +3     
  Lines           2196      2219   +23     
  Branches         141       143    +2     
===========================================
+ Hits            2196      2219   +23     

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

@mfvanek mfvanek changed the title Add SkipLiquibaseTablesPredicate Add SkipLiquibaseTablesPredicate and SkipFlywayTablesPredicate Nov 10, 2024
Copy link

@mfvanek mfvanek merged commit 9af1bcf into master Nov 11, 2024
8 checks passed
@mfvanek mfvanek deleted the feature/skip-liquibase-tables-predicate branch November 11, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add predicate to skip standard Liqubase and Flyway tables
1 participant