Skip to content

add support for excluding tables and schemas in publication creation

b4c7fd3
Select commit
Loading
Failed to load commit list.
Closed

feat: enhance online migration with auto-creation and cleanup of publications and slots #6

add support for excluding tables and schemas in publication creation
b4c7fd3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 8, 2026 in 1s

89.49% (target 85.00%)

View this Pull Request on Codecov

89.49% (target 85.00%)

Details

Codecov Report

❌ Patch coverage is 89.45233% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.49%. Comparing base (442e188) to head (b4c7fd3).

Files with missing lines Patch % Lines
pg_dbmigrator/src/orchestrator.rs 40.50% 47 Missing ⚠️
pg_dbmigrator/src/dump.rs 81.81% 4 Missing ⚠️
pg_dbmigrator/src/preflight.rs 99.60% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   90.22%   89.49%   -0.74%     
==========================================
  Files          16       16              
  Lines        5154     5633     +479     
==========================================
+ Hits         4650     5041     +391     
- Misses        504      592      +88     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.