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

wikimedia / hyperswitch / 278
91%

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

pending completion
278

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%)

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

975 of 1055 relevant lines covered (92.42%)

83.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 278.1 02 Oct 2017 10:54AM UTC 0
92.42
Travis Job 278.1
2 278.2 02 Oct 2017 10:54AM UTC 0
92.42
Travis Job 278.2
3 278.3 02 Oct 2017 10:54AM UTC 0
92.42
Travis Job 278.3
Source Files on build 278
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #278
  • 2a1ad084 on github
  • Prev Build on master (#273)
  • Next Build on master (#280)
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