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
Utkarsh Mathur ad22e88956 Fix Typo
2021-06-07 10:22:55 +09:00

17 lines
399 B
Text

Usage
The make task `update-coverage' retrieves simplecov for coverage report.
COVERAGE=1 make test-all TESTS=test/cgi
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
* more reduce bundled simplecov(additional configuration, formatter, etc.)
* measure rubyspec coverage