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

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

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

13 Sep 2015 12:05AM UTC coverage: 57.676%. First build
795.1

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

Source Files on job 795.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 795
  • Travis Job 795.1
  • f89e47d1 on github
  • Next Job for on loader (#800.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