From 4d31b2c850c31b81d64c3cb53545352f04f09ec9 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Fri, 28 Jun 2013 01:15:10 +0100 Subject: [PATCH] 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. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28662ad6..b8472a8e 100644 --- a/README.md +++ b/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.