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

xethorn / garcon / 275
89%
master: 95%

Build:
Build:
LAST BUILD BRANCH: xethorn-patch-1
DEFAULT BRANCH: master
Ran 03 Jun 2015 08:42PM UTC
Jobs 2
Files 9
Run time 23s
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
275

push

travis-ci

xethorn
Add Param.

Not all the values that needs to be passed to the tasks are from the context, they could be values
that are part of the flow configuration, and values that should not need to be sent to AWS (for
instance: database credentials.)

This features allows to parametrize the fill. You can use: StaticParam or Param. Param is the
default behavior, and StaticParam is a value passed to the activity without sending it to SWF.
Note: this is not compatible with external activities, external activities can only consume
values that have been sent to SWF.

Retrocompatibility is ensured: all value strings are turned into Param.

Example:

    print_country_id.fill(
        country_id=param.Param('generator.country_id'),
        static=param.StaticParam('Hello World'))

@rantonmattei

420 of 474 relevant lines covered (88.61%)

1.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 275.1 03 Jun 2015 08:42PM UTC 0
88.61
Travis Job 275.1
2 275.2 03 Jun 2015 08:42PM UTC 0
88.61
Travis Job 275.2
Source Files on build 275
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #275
  • 3b4708b0 on github
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