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

valum-framework / valum / 795
54%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Ran 13 Sep 2015 12:08AM UTC
Jobs 1
Files 21
Run time 12s
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
795

push

travis-ci

arteymix
VSGI loader for GModule-based applications

Provide a loader, namely 'vsgi', for application written as a GModule.
The syntax is similar to gunicorn and make it possible to pass CLI
arguments to the server.

    vsgi module:symbol -- --port=3003

It loads the symbole from the module, and forward arguments and serve
the application. It does not work for CGI due to the one process per
request constraint.

The implementation arguments must be separated by a '--' to make a clear
distinction from 'vsgi' arguments.

The default server technology is libsoup-2.4 and another implementation
can be specified with the '--server' flag.

The directory where the shared library is stored can be specified with
the '--directory' flag, defaulting on system path.

It should be possible to implement a reloader by monitoring changes on
the shared library in a future release.

Provide an example which use the module initialization to setup required
resources.

5072 of 8794 relevant lines covered (57.68%)

11.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 795.1 13 Sep 2015 12:08AM UTC 0
57.68
Travis Job 795.1
Source Files on build 795
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #795
  • f89e47d1 on github
  • Next Build on loader (#800)
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