Remove blurb about 100% coverage and replace with comprehensive.
btcscript contains an amount of debug logging that is very useful to have. We have agreed that testing this isn't realy practical or indeed really useful and thus is rather unlikely to grow test coverage any time soon.
This commit is contained in:
parent
c41330e772
commit
4d31b2c850
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,11 +1,11 @@
|
|||
btcscript
|
||||
=========
|
||||
|
||||
Package btcscript implements the bitcoin transaction scripts. There is a test
|
||||
suite which is aiming to reach 100% code coverage. See
|
||||
`test_coverage.txt` for the current coverage (using gocov). On a
|
||||
UNIX-like OS, the script `cov_report.sh` can be used to generate the
|
||||
report. Package btcscript is licensed under the liberal ISC license.
|
||||
Package btcscript implements the bitcoin transaction scripts. There is
|
||||
a comprehensive test suite. `test_coverage.txt` contains the current
|
||||
coverage statistics (generated using gocov). On a UNIX-like OS, the
|
||||
script `cov_report.sh` can be used to generate the report. Package
|
||||
btcscript is licensed under the liberal ISC license.
|
||||
|
||||
This package is one of the core packages from btcd, an alternative full-node
|
||||
implementation of bitcoin which is under active development by Conformal.
|
||||
|
|
Loading…
Reference in a new issue