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

metalabdesign / http-middleware-metalab / 253 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 28 Oct 2016 04:07AM UTC
Files 30
Run time 1s
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

28 Oct 2016 04:04AM UTC coverage: 96.61% (+0.4%) from 96.173%
253.1

Pull #41

travis-ci

web-flow
Add guard utility and header matching.

You can now match against headers! And existing match functionality for single-value properties (e.g. `method`) is more customizable. The generic `guard` that you now supply can take a string, regular expression, function or array for matching. It makes it possible to do things like:

```javascript
match(method(['GET', 'HEAD']), ...);
match(host([/\.*foo.com$/, 'bar.com']), ...);
```
Pull Request #41: Add guard utility and header matching.

399 of 413 relevant lines covered (96.61%)

3.64 hits per line

Source Files on job 253.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 253
  • Travis Job 253.1
  • 7a766339 on github
  • Prev Job for on master (#249.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

© 2025 Coveralls, Inc