From 0919c05501c6fca8733af06863517b88643c2910 Mon Sep 17 00:00:00 2001 From: mame Date: Sat, 9 Sep 2017 13:09:21 +0000 Subject: Support LCOV visualization for both C and Ruby code `./configure --enable-gcov && make exam && make lcov` will create `lcov-c-out/index.html` for coverage of C code of the interpreter. `make exam COVERAGE=true && make lcov` will create `lcov-rb-out/index.html` for coverage of Ruby stdlib code. Using both `--enable-gcov` and `COVERAGE=true` will create `lcov-out/index.html` for total coverage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5d434881df..bc83b6a1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,8 @@ lcov*.info /goruby /id.[ch] /largefile.h +/lcov-c-out +/lcov-rb-out /lcov-out /lex.c /libruby*.* -- cgit v1.2.3