|
Ran
|
Jobs
1
|
Files
47
|
Run time
6s
|
Badge
README BADGES
|
travis-ci
<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">">Add test for &quot;Witness pay-to-compressed-pubkey (v0)&quot; Using this code in the test to get test data: ``` string TxHexStr(CTransaction tx) { CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION); ssTx &lt;&lt; tx; std::string ssTxStr = ssTx.str(); return HexStr(ssTxStr); } std::cout &lt;&lt; &quot;scriptPubkey1: &quot; + HexStr(scriptPubkey1) + &quot;\n&quot;; std::cout &lt;&lt; &quot;output1: &quot; + TxHexStr(output1) + "\n"; ``` 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
306 of 306 new or added lines in 8 files covered. (100.0%)
4984 of 5128 relevant lines covered (97.19%)
943.68 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
100.0 |
lib/transaction/transaction.js | |
| 2 |
100.0 |
lib/transaction/input/multisigscripthash.js | |
| 3 |
100.0 |
lib/transaction/sighashwitness.js | |
| 5 |
100.0 |
lib/script/script.js | |
| 24 |
100.0 |
lib/script/interpreter.js |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
100.0 |
lib/transaction/transaction.js | |
| 7 |
100.0 |
lib/script/script.js | |
| 16 |
100.0 |
lib/script/interpreter.js |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 142.1 | 0 |
97.19 |
Travis Job 142.1 |