aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-07 15:40:29 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-07 15:40:29 +0000
commitbb03c9b515e4823bef3ad781c79de06d456c39f2 (patch)
treef8d575910c93a43ed7bb8d2081a595064e080b55 /.gitignore
parent371f6a19a2fbe8d5f325bd66b58b90d5f7cefe5f (diff)
downloadruby-bb03c9b515e4823bef3ad781c79de06d456c39f2.tar.gz
Measure the test coverage without SimpleCov
Now `make test-all COVERAGE=true` measures the test coverage by using `coverage.so` directly, and visualize the result by simplecov-html. There has been some problems in coverage measurement with SimpleCov. (They are not SimpleCov's fault, though.) (1) It is difficult to extract the measured data as a machine-readable format, such as Marshal. I want to visualize the coverage data with other coverage tools, such as LCOV and Cobertura. (I know we can use SimpleCov's formatter mechanism, but I don't want to depend upon SimpleCov so much.) (2) SimpleCov seems to miss some coverage data. For example, `lib/cgi.rb` and `lib/ostruct.rb` are dropped. I don't know why. (3) I have a plan to enhance `coverage.so` with branch coverage. It would be difficult to continue to only use SimpleCov as is. This is the most important reason. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a5567a0271..5517f80fad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -116,6 +116,7 @@ lcov*.info
/run.gdb
/sizes.c
/test.rb
+/test-coverage.dat
/tmp
/transdb.h
/uncommon.mk