citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit bb703a1954ed6bd3f3cc9d789ef954e3aa230e54
parent d6388a296ce7e6bf5ceb0f670e5fcbc9f772c1c4
Author: kyle <kyle@0x30.net>
Date:   Thu, 19 Jan 2017 00:49:21 -0700

www: add link to code coverage

Diffstat:
Mwww/index.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -44,6 +44,9 @@ <li><a href="man/citrun_gl.1.html">citrun_gl(1)</a> <li><a href="man/citrun_inst.1.html">citrun_inst(1)</a> </ul> + + <h2>Development Status</h2> + <p><a href="/gcov">Code coverage</a> reports are available.</p> </body> </html>