From 7ad8b4787bd633b6a09e5a8b185c418d6ebe75b6 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 30 May 2013 12:50:40 -0500 Subject: [PATCH] Update README.md test coverage. Now that the test coverage is comprehensive. update the README accordingly. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71cd0c5..f1cb118 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ btcutil ======= Package btcutil provides bitcoin-specific convenience functions and types. -The test coverage is currently ~76%, however it will improved to 100% in the -near future. See `test_coverage.txt` for the gocov coverage report. -Alternatively, if you are running a POSIX OS, you can run the `cov_report.sh` -script for a real-time report. Package btcutil is licensed under the liberal -ISC license. +A comprehensive suite of tests is provided to ensure proper functionality. See +`test_coverage.txt` for the gocov coverage report. Alternatively, if you are +running a POSIX OS, you can run the `cov_report.sh` script for a real-time +report. Package btcutil is licensed under the liberal ISC license. This package was developed for btcd, an alternative full-node implementation of bitcoin which is under active development by Conformal. Although it was