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

wikimedia / hyperswitch / 278 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2017 10:54AM UTC
Files 12
Run time 0s
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

02 Oct 2017 10:52AM UTC coverage: 92.417%. Remained the same
278.1

push

travis-ci

d00rman
Fix route parsing when concrete and wildcard paths overlap

When building a node tree from a set of paths, unrelated paths
were incorrectly coalesced (or not, depengin on path order). E.g.

    path 1: /{var}/bar
    path 2: /foo/baz
    Expected: { foo: { baz: {} }, '*': { bar: {} } }
    Actual: { '*': { bar: {}, baz: {} } }

Use exact the new match exactness parameter in Node.getChild
to prevent this.

667 of 783 branches covered (85.19%)

975 of 1055 relevant lines covered (92.42%)

27.95 hits per line

Source Files on job 278.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 278
  • Travis Job 278.1
  • 2a1ad084 on github
  • Prev Job for on master (#273.2)
  • Next Job for on master (#280.1)
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