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

bigeasy / cadence / 461
92%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2014 05:58AM UTC
Jobs 1
Files 2
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

pending completion
461

push

travis-ci

bigeasy
Remove request property of an invocation.

It is uncessary. Its purpose was to mark a Cadence invocation as
completed so that if the user was to throw an exception in the callback
given to the Cadence function, Cadence would not catch that exception
and treat it as if it was run by a step.

However, the invocation of the callback always happens outside of the
try/catch block that wraps a step, so it always propagates up and out.
The callback is not going to be invoked by a step. The step will finish
and the callback will either be invoked by calling the hold step
with the results returned by the step, or by a round of the event loop.

This is going to be especially true when we move toward a trampoline.

Closes #228.

268 of 270 relevant lines covered (99.26%)

232.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 461.1 10 Sep 2014 05:58AM UTC 0
99.26
Travis Job 461.1
Source Files on build 461
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #461
  • 767c25b4 on github
  • Prev Build on master (#460)
  • Next Build on master (#462)
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