From: Eric S. Raymond Date: Mon, 19 Jun 2017 11:41:59 +0000 (-0400) Subject: Documentation tweak. X-Git-Tag: 1.1~225 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=df86aa283b9462ab7dde56d6f1cc3e7f2c31dde6 Documentation tweak. --- diff --git a/notes.adoc b/notes.adoc index 19efbbc..067ddf1 100644 --- a/notes.adoc +++ b/notes.adoc @@ -85,7 +85,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 88% coverage, with the remaining 12% +with coverage tools (we have over 90% coverage, with the remaining confined to exception cases that are difficult to reach). This is what you are running when you do "make check".