• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / etl / 24781192345
76%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2026 01:40PM UTC
Jobs 1
Files 166
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Apr 2026 01:32PM UTC coverage: 78.357% (+0.03%) from 78.33%
24781192345

push

github

web-flow
fix(postgres): escape `_` in replication slot LIKE pattern (#679)

`delete_pipeline_replication_slots` built its table-sync LIKE pattern by
appending `%` to `table_sync_prefix(pipeline_id)`, which contains literal
`_` characters. In SQL LIKE, `_` is a single-char wildcard, so the
pattern over-matches any slot whose name coincidentally lines up with
the same positions (e.g. a sibling pipeline whose id shares a decimal
prefix with the target).

Escape the literal `_` in the prefix and use `LIKE ... ESCAPE '\'` so
only the trailing `%` acts as a wildcard. Extract the pattern into a
small helper with a unit test to guard against regression.

9 of 9 new or added lines in 1 file covered. (100.0%)

24395 of 31133 relevant lines covered (78.36%)

1069.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24781192345.1 22 Apr 2026 01:40PM UTC 166
78.36
GitHub Action Run
Source Files on build 24781192345
  • Tree
  • List 166
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24781192345
  • c2e8201d on github
  • Prev Build on main (#24754220286)
  • Next Build on main (#24783369980)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc