Add support for generating coverage reports

This change adds autoconf/automake support for building all of mosh
with gcov, and generates an lcov html report. This allows seeing which
parts ofthe source tree have good test coverage, and which can be
shored up. Eventually, it would be good to hook this up to Github
Actions to be generated automatically.
This commit is contained in:
Alex Chernyakhovsky
2022-02-06 19:34:58 -05:00
committed by Alex Chernyakhovsky
parent dbe419d0e0
commit 70a02d1e83
19 changed files with 601 additions and 12 deletions
+8
View File
@@ -2,12 +2,20 @@
*.o
*.pb.cc
*.pb.h
*~
.deps
Makefile
Makefile.in
.cproject
.project
compile_commands.json
aminclude_static.am
# Coverage artifacts
*.gcda
*.gcno
*-coverage.info
*-coverage
/INSTALL
/aclocal.m4