X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=notes.adoc;h=067ddf16a69a316ca67efe6aa7847925d3ed5218;hb=98b02eeeb1021b24ad477a2180e323984c36c588;hp=19efbbc486cd724c77ae048639194049cb5e0f69;hpb=67bf87eda0fc2111b704991fa07b0c644c0ee617;p=open-adventure.git 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".