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

shrink0r / workflux / 137 / 1
97%
master: 100%

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

27 Oct 2014 01:32AM UTC coverage: 96.831%. First build
137.1

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%)

10.26 hits per line

Source Files on job 137.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 137
  • Travis Job 137.1
  • 82bb65f4 on github
  • Next Job for on variable-operations-33 (#138.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