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

bitpay / bitcore-lib-cash / 59
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: bug/estimateFee
DEFAULT BRANCH: master
Ran 30 Nov 2018 03:33PM UTC
Jobs 1
Files 47
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
59

Pull #25

travis-ci

web-flow
Wrap mocha test vars in before()

All test variables should be initialized in a before() block.
Initializing variables outside of the mocha framework can lead
to unintended consequences and many hours lost debugging.

For now, this commit only takes the block tests and initializes the
variables in a way that mocha likes.

Before Example:
```
buffer.js:977
    throw new RangeError('Index out of range');
    ^

RangeError: Index out of range
```

After Example:
```
bitcore-lib/lib/address.js:196
    throw new TypeError('Address buffers must be exactly 22 bytes.');
    ^

TypeError: Address buffers must be exactly 22 bytes.
```
Pull Request #25: Backports

2327 of 2488 branches covered (93.53%)

Branch coverage included in aggregate %.

15 of 15 new or added lines in 3 files covered. (100.0%)

5252 of 5401 relevant lines covered (97.24%)

1377.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 59.1 30 Nov 2018 03:33PM UTC 0
96.07
Travis Job 59.1
Source Files on build 59
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #59
  • Pull Request #25
  • PR Base - master (#58)
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