code coverage
Closed this issue · 1 comments
WilkAndy commented
It'd be great if the readme.md had a link to a page that showed which lines of code were covered by the tests.
omalled commented
OK, added. The code coverage is at 86%, but I think that is a significant undercount. Some of the code is run as part of a macro at compile time (mostly in the richards equation solver), and that doesn't seem to be getting counted in the code coverage.