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

umputun / reproxy / 28688439372
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: fix/file-provider-debounce
DEFAULT BRANCH: master
Ran 03 Jul 2026 11:57PM UTC
Jobs 1
Files 19
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

03 Jul 2026 11:51PM UTC coverage: 79.532% (+0.04%) from 79.494%
28688439372

Pull #255

github

paskal
Fix load balancing on catch-all server broken by default-route dedup

Previously, the dedup added for #192 removed a default-server route
whenever more than one route matched, without checking that a concrete
server match was actually present. With multiple routes for the same
source on the catch-all server (a legit load-balancing setup) one of
them was silently dropped, so traffic always went to a single backend
and failover could return 502 while a healthy backend existed. It also
removed only one default route when several matched alongside a
concrete one.

The dedup ran only at the end of the match loop, so the presorted-src
early return (triggered by a shorter default src following the matched
one) bypassed it entirely and leaked a catch-all route alongside the
concrete match.

After this change, the default/concrete dedup is a single helper applied
at both the early return and the final return: default-server routes are
dropped only when at least one concrete server route matched, all of
them are dropped in that case, and an all-default match keeps every
route so catch-all load balancing works.
Pull Request #255: Fix load balancing on catch-all server broken by default-route dedup

32 of 33 new or added lines in 1 file covered. (96.97%)

1 existing line in 1 file now uncovered.

2619 of 3293 relevant lines covered (79.53%)

38.89 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.08
0.12% app/discovery/discovery.go

Coverage Regressions

Lines Coverage ∆ File
1
87.72
-0.88% app/discovery/provider/file.go
Jobs
ID Job ID Ran Files Coverage
1 28688439372.1 03 Jul 2026 11:57PM UTC 19
79.53
GitHub Action Run
Source Files on build 28688439372
  • Tree
  • List 19
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #255
  • PR Base - master (#26734019528)
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