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

valum-framework / valum / 807 / 1
58%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Ran 21 Sep 2015 03:58AM UTC
Files 21
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

21 Sep 2015 03:56AM UTC coverage: 58.625% (-1.0%) from 59.607%
807.1

push

travis-ci

arteymix
Introduce basic matching middlewares (not and noop)

The 'not' matching middleware provides a way to negate a passed matching
middleware to build more logical expressions:

    app.get ("")
       .and (not (cached))
       .then ((req, res) => { ... });

The handling callback for 'Valum.Router' helper methods is optional and
defaults to 'noop'. It is handy when the processing actually happens in
'then':

    app.get ("")
       .and (accept ("application/json"))
       .then ((req, res) => { ... });

Introduce the noop middleware that simply forward the request and
response to the next handler. It is used as a default value and
optimized away whenever possible.

5084 of 8672 relevant lines covered (58.63%)

12.04 hits per line

Source Files on job 807.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 807
  • Travis Job 807.1
  • 0cd2fb0c on github
  • Prev Job for on route-and-clause (#806.1)
  • Next Job for on route-and-clause (#809.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