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

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

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

pending completion
807

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

Uncovered Existing Lines

Lines Coverage ∆ File
70
100.0
build/src/valum-route.c
84
100.0
build/src/valum-router.c
Jobs
ID Job ID Ran Files Coverage
1 807.1 21 Sep 2015 03:58AM UTC 0
58.63
Travis Job 807.1
Source Files on build 807
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #807
  • 0cd2fb0c on github
  • Prev Build on route-and-clause (#806)
  • Next Build on route-and-clause (#809)
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