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

supabase / etl / 29472910086
74%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 05:13AM UTC
Jobs 1
Files 262
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

16 Jul 2026 05:03AM UTC coverage: 73.391% (+0.02%) from 73.368%
29472910086

push

github

web-flow
Tag replication connections with per-worker application_name (#882)

* feat(etl): Tag worker connections with per-worker application_name

Apply and table sync replication connections now report
{base}:apply:{pipeline_id} and {base}:tsync:{pipeline_id}:{table_oid}
in pg_stat_activity. Child copy connections inherit the parent worker's
name. Overlong names clamp the base and keep the worker suffix intact.

* ref(etl): refine helper code

Rename budget to max_allowed_len, use floor_char_boundary instead of a
manual boundary loop, and trim connect_for_* doc comments.

* ref(etl): Rename tsync tag to table_sync to match slot naming

The longer tag narrows the no-clamp bound to 15 combined digits of
pipeline id and table oid; beyond that the base clamps and the suffix
survives. Length tests restated around the new bound.

* ref(etl): Downgrade application_name clamp log to debug

Clamping is expected with long pipeline ids and table oids, not an
anomaly worth a warning.

129 of 130 new or added lines in 4 files covered. (99.23%)

43 existing lines in 6 files now uncovered.

42456 of 57849 relevant lines covered (73.39%)

1484.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
83.51
2.61% crates/etl/src/postgres/client/raw.rs

Coverage Regressions

Lines Coverage ∆ File
22
82.7
-0.42% crates/etl/src/replication/apply.rs
10
40.75
0.0% crates/etl-maintenance/src/ducklake/runner.rs
8
79.24
-1.17% crates/etl/src/error.rs
1
88.67
-0.09% crates/etl-destinations/src/clickhouse/core.rs
1
85.19
-1.23% crates/etl/src/postgres/stream/events.rs
1
94.17
-0.32% crates/etl/src/test_utils/notifying_store.rs
Jobs
ID Job ID Ran Files Coverage
1 29472910086.1 16 Jul 2026 05:13AM UTC 262
73.39
GitHub Action Run
Source Files on build 29472910086
  • Tree
  • List 262
  • Changed 9
  • Source Changed 3
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29472910086
  • a3bffa93 on github
  • Prev Build on main (#29422745432)
  • Next Build on main (#29486274989)
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