• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

snusnu / substation / 71 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.0.10
DEFAULT BRANCH: master
Ran 03 Jul 2013 05:08PM UTC
Files 14
Run time –
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

03 Jul 2013 05:07PM UTC coverage: 100.0%. First build
2.0.0

push

travis-ci

snusnu
Support defining default failure chains in the env

When constructing chains, it's then possible to
build on top of those default failure chains.

An example:

env = Substation::Environment.build do
  register :sanitize, Substation::Processor::Evaluator::Data do
    wrap Error::SanitizationError
  end
end

action = env.chain do
  sanitize Some::Sanitizer do
    wrap Views::MalformedInput
  end
end

If invoking action produces a sanitization error,
the sanitizer output will first get wrapped inside
Error::SanitizationError which in turn gets wrapped
inside Views::MalformedInput.

276 of 276 relevant lines covered (100.0%)

5.91 hits per line

Source Files on job 71.2 (2.0.0)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 71
  • Travis Job 71.2
  • 10c2388e on github
  • Next Job for 2.0.0 on failure-chains (#72.2)
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