Skip to content

ci: add multigres to migration idempotency check#1155

Draft
TylerHillery wants to merge 2 commits into
masterfrom
tyler/feat/add-multigres-to-migrations-idemp-check
Draft

ci: add multigres to migration idempotency check#1155
TylerHillery wants to merge 2 commits into
masterfrom
tyler/feat/add-multigres-to-migrations-idemp-check

Conversation

@TylerHillery

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Now that multigres supports pg dump we can include it in the migrations idempotency check

What is the current behavior?

Currently multigres step doesn't include this check because it did not support pg dump

What is the new behavior?

Now we have multigres also do the migration idempotency check. I have extract this step into it's own common action so we can reuse it across steps. This centralizes the logic in one spot.

Additional context

@TylerHillery TylerHillery force-pushed the tyler/feat/add-multigres-to-migrations-idemp-check branch from b519790 to e4a4d08 Compare June 15, 2026 17:51
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27565453267

Coverage decreased (-0.01%) to 78.12%

Details

  • Coverage decreased (-0.01%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 1 coverage regression across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

1 previously-covered line in 1 file lost coverage.

File Lines Losing Coverage Coverage
src/http/routes/s3/index.ts 1 80.6%

Coverage Stats

Coverage Status
Relevant Lines: 11837
Covered Lines: 9698
Line Coverage: 81.93%
Relevant Branches: 6787
Covered Branches: 4851
Branch Coverage: 71.47%
Branches in Coverage %: Yes
Coverage Strength: 431.77 hits per line

💛 - Coveralls

@ferhatelmas

Copy link
Copy Markdown
Member

FYI, multigres image that supports pg_dump isn't ready yet

@TylerHillery

Copy link
Copy Markdown
Contributor Author

FYI, multigres image that supports pg_dump isn't ready yet

Sounds good I will leave this in draft until it's ready to test

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.

3 participants