Record 100% code coverage.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 17 Jul 2017 18:28:40 +0000 (14:28 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 17 Jul 2017 18:28:40 +0000 (14:28 -0400)
NEWS
notes.adoc

diff --git a/NEWS b/NEWS
index 128525877c0dc510809bbbfcce3df19f398f3411..93a27bd6b01bf4f3ce39fd693dbf2d9aac26d0df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 = Open Adventure project news =
 
+Repoosoitory head:
+  Test suite has 100% code coverage.
+
 1.2: 2017-07-11::
   Under oldstyle, new-school single-letter command synonyms are ignored.
   Switched from linenoise to editline for new-style line input.
index 5994b54e80de547aaec85fdda492571e4b0f9b98..4119d612ab7e9c6da41415b3ae2656a024510f40 100644 (file)
@@ -116,8 +116,7 @@ ugly and quite unreadable.
 Jason Ninneman and I have moved it to what is almost, but not quite,
 idiomatic modern C.  We refactored the right way, checking correctness
 against a comprehensive test suite that we built first and verified
-with coverage tools (we have over 98% coverage, with the remaining
-confined to exception cases that are very difficult to reach). This is
+with coverage tools (there is effectively 100% code coverage). This is
 what you are running when you do "make check".
 
 The move to modern C entailed some structural changes.  The most