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

bitpay / bitcore-lib / 142 / 1
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: v8.0.0
DEFAULT BRANCH: master
Ran 30 Sep 2016 08:33PM UTC
Files 47
Run time 5s
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

30 Sep 2016 08:29PM UTC coverage: 97.192% (-0.7%) from 97.913%
142.1

Pull #50

travis-ci

web-flow
<a href="https://github.com/bitpay/bitcore-lib/commit/<a class=hub.com/bitpay/bitcore-lib/commit/3bf6ed5e6b714fb55834a8131bbdc9fedbc1e27c">3bf6ed5e6<a href="https://github.com/bitpay/bitcore-lib/commit/3bf6ed5e6b714fb55834a8131bbdc9fedbc1e27c">&quot;&gt;Add test for &amp;quot;Witness pay-to-compressed-pubkey (v0)&amp;quot;

Using this code in the test to get test data:
```
string TxHexStr(CTransaction tx)
{
    CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
    ssTx &amp;lt;&amp;lt; tx;
    std::string ssTxStr = ssTx.str();
    return HexStr(ssTxStr);
}

std::cout &amp;lt;&amp;lt; &amp;quot;scriptPubkey1: &amp;quot; + HexStr(scriptPubkey1) + &amp;quot;\n&amp;quot;;
std::cout &amp;lt;&amp;lt; &amp;quot;output1: &amp;quot; + TxHexStr(output1) + &quot;\n&quot;;
```

From commit bitcoin core 0.13.0 commit: </a><a class="double-link" href="https://github.com/bitpay/bitcore-lib/commit/<a class="double-link" href="https://github.com/bitpay/bitcore-lib/commit/a402396dce64c42ea73535b7dde4a9164d430438">a402396dc</a>">a402396dc</a><a href="https://github.com/bitpay/bitcore-lib/commit/3bf6ed5e6b714fb55834a8131bbdc9fedbc1e27c">
In the file: src/test/transaction_tests.cpp#L493
Pull Request #50: WIP: Segwit nested p2sh signing

4984 of 5128 relevant lines covered (97.19%)

943.68 hits per line

Source Files on job 142.1
  • Tree
  • List 0
  • Changed 26
  • Source Changed 7
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 142
  • Travis Job 142.1
  • 3bf6ed5e on github
  • Prev Job for on 1.0.0 (#127.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