Skip to content

Files

Latest commit

858d1ca · Sep 12, 2014

History

History
This branch is 38807 commits behind ruby/ruby:master.

coverage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 12, 2014
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