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

cyjake / ssh-config / 77 / 4
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2019 03:11PM UTC
Files 2
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

10 Jun 2019 03:10PM UTC coverage: 93.919% (-2.5%) from 96.444%
77.4

push

travis-ci

cyjake
Breaking: parse Host with multiple patterns as an array to fix #17

parse('Host: "foo bar" *.baz !bar.baz')
// => { param: 'Host', value: ['foo bar', '*.baz', '!bar.baz'] }

// following hosts can match
compute('foo bar') // => { Host: ... }
compute('foo.baz') // => { Host: ... }

// but those hosts that match the negated pattern won't
compute('bar.baz') // => null

105 of 120 branches covered (87.5%)

Branch coverage included in aggregate %.

173 of 176 relevant lines covered (98.3%)

114.98 hits per line

Source Files on job 77.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3
  • Travis Job 77.4
  • d5abb927 on github
  • Prev Job for on master (#76.1)
  • Next Job for on master (#78.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