1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/coverage/README
kazu 858d1cadb2 fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-09-12 12:17:29 +00:00

17 lines
397 B
Text

Usage
The make task `update-coverage' retrieves simplecov for coverage report.
COVERAGE=1 make test-all TESTS=test/cgi
it generate test coverage to coverage directory.
Limitation
* test_coverage.rb and test_process.rb broke test suit with SimpleCov
* some tests failed randomly.
TODO
* more reduce bundled simplecov(additional configuration, formatter, etc)
* measure rubyspec coverage