You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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