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

nodeshift / opossum / #166
98%

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2020 11:20AM UTC
Jobs 1
Files 4
Run time 1s
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
#166

push

web-flow
docs(readme): change params to x, y to match (#480)

Took me a while continuing reading to realize `params` is actually `x, y` in the above function.
 
```js
function asyncFunctionThatCouldFail(x, y) {
  return new Promise((resolve, reject) => {
    // Do something, maybe on the network or a disk
  });
}

breaker.fire(params) // here change to x, y to match above function
  .then(console.log)
  .catch(console.error);
```

140 of 150 branches covered (93.33%)

Branch coverage included in aggregate %.

298 of 298 relevant lines covered (100.0%)

289.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #166.1 27 Oct 2020 11:20AM UTC 0
97.77
Source Files on build #166
Detailed source file information is not available for this build.
  • Back to Repo
  • e6cafb2d on github
  • Prev Build on master
  • Next Build on master
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