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

bucharest-gold / opossum / 140
100%

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2017 04:17PM UTC
Jobs 2
Files 4
Run time 3s
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
140

push

travis-ci

lance
feat: circuits now have a name based on the action

The name of the circuit can be supplied as an option.

```js
const circuit = circuitBreaker(() => {}, { name: 'identity' });
```

If not option is provided, the name will be based on the action's name
if there is one.

```js
const square = (x) => x*x;
const circuit = circuitBreaker(square);
circuit.name // 'square'
```

If no option is provided, and the circuit's action is an anonymous
function, then a UUID is generated.

36 of 40 branches covered (90.0%)

136 of 137 relevant lines covered (99.27%)

36.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 140.1 08 Mar 2017 04:17PM UTC 0
97.18
Travis Job 140.1
2 140.2 08 Mar 2017 04:17PM UTC 0
97.18
Travis Job 140.2
Source Files on build 140
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #140
  • f08d46e3 on github
  • Prev Build on master (#132)
  • Next Build on master (#141)
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