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:
committed by
Alex Chernyakhovsky
parent
dbe419d0e0
commit
70a02d1e83
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user