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

shrink0r / workflux / 137
97%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 0.x-maintenance
DEFAULT BRANCH: master
Ran 27 Oct 2014 01:49AM UTC
Jobs 2
Files 25
Run time 18s
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
137

push

travis-ci

shrink0r
added new component: VariableOperationInterface

* Removed the `VariableState` class and merged it's behaviour into the base `State` class
* Renamed the 'variables' and 'remove_variables' options to `entry_vars`
and `exit_vars`
* Changed the expected `<options>` structure for the `entry_vars` and
`exit_vars` options to be the same and look like this:
```xml
<option name="entry_vars">
    <option name="option_one">
        <!-- will increment the value of 'option_one' and start at 42 if 'option_one' was not set -->
        <option name="type">increment</option>
        <option name="value">42</option>
    </option>
    <option name="option_two">
        <!-- will set the value of 'option_two' to 'foobar' -->
        <option name="set">set</option>
        <option name="value">foobar</option>
    </option>
    <option name="option_three">
        <option name="set">append</option>
        <!-- will be appended to the value of 'option_three' -->
        <option name="value">kinda_state_specific_thingy</option>
    </option>
    <option name="option_four">
        <!-- will decrement the value of 'option_four' and fail if 'option_four' was not set -->
        <option name="type">decrement</option>
    </option>
    <option name="option_five">
        <!-- will unset the variable 'option_five' -->
        <option name="type">unset</option>
    </option>
</option>
```
* added support for the following variable operations: set, unset, increment, decrement and append
* custom operations may be registered by using the new `operation_map` option within state definitions

refs #33

825 of 852 relevant lines covered (96.83%)

20.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 137.1 27 Oct 2014 01:48AM UTC 0
96.83
Travis Job 137.1
2 137.2 27 Oct 2014 01:48AM UTC 0
96.83
Travis Job 137.2
Source Files on build 137
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #137
  • 82bb65f4 on github
  • Next Build on variable-operations-33 (#138)
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