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

valum-framework / valum / 669 / 1
60%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Ran 21 Jul 2015 07:38PM UTC
Files 16
Run time 2s
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 Jul 2015 07:31PM UTC coverage: 60.463%. First build
669.1

push

travis-ci

arteymix
[WIP] Uses a stack to store the state.

Replaces the state by a stack of state as it provides many advantages:

 - no need to propagate a state, just pushing it on the stack
 - no need for request parameters as they can be pushed

Request parameters are pushed in the stack as GLib.Parameter instead of
being added in the request parameters.

The 'MatcherCallback' may push states on the stack like request
parameters.

The 'HandlerCallback' receives the stack and may populate it for the
next handler.

The 'NextCallback' does not have to propagate a state anymore as the
stack is automatically propagated to the next handler.

Updates the tests to take the changes into consideration.

4155 of 6872 relevant lines covered (60.46%)

7.87 hits per line

Source Files on job 669.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 669
  • Travis Job 669.1
  • d96cbe98 on github
  • Next Job for on glib-parameter-for-request-params (#671.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