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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
399 B
Text
Raw Normal View History

Usage
The make task `update-coverage' retrieves simplecov for coverage report.
COVERAGE=1 make test-all TESTS=test/cgi
2019-05-21 01:23:42 -04:00
it generates test coverage to coverage directory.
Limitation
* test_coverage.rb and test_process.rb broke test suit with SimpleCov
* some tests failed randomly.
TODO
2021-06-05 03:25:08 -04:00
* more reduce bundled simplecov(additional configuration, formatter, etc.)
* measure rubyspec coverage