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

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

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Ran 19 Dec 2015 03:17AM UTC
Jobs 1
Files 42
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
942

push

travis-ci

arteymix
Rename 'context' for 'stream_events'

The more general idea is that middlewares should be verbs in the
imperative tense, pretty much like git commits.

Unlike Express.js, middleware are not mounted on the router, but rather
part of the process, so it makes much more sense to name them as
actions.

    app.get ("", compress (ZlibCompressFormat.GZIP))
        .then (send_events ((req, send) => {
            send (null, "some event");
        }));

Update the code example in the documentation.

5421 of 9314 relevant lines covered (58.2%)

12.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 942.1 19 Dec 2015 03:17AM UTC 0
58.2
Travis Job 942.1
Source Files on build 942
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #942
  • daffd244 on github
  • Prev Build on server-sent-events (#902)
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