* .gitignore: ignored only simplecov.
* coverage/README: Added coverage docs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
970d8cb613
commit
558bca64e9
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,7 +55,7 @@ y.tab.c
|
|||||||
/config.status
|
/config.status
|
||||||
/config.status.lineno
|
/config.status.lineno
|
||||||
/configure
|
/configure
|
||||||
/coverage
|
/coverage/simplecov
|
||||||
/doc/capi
|
/doc/capi
|
||||||
/enc.mk
|
/enc.mk
|
||||||
/encdb.h
|
/encdb.h
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Sep 11 18:15:30 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* .gitignore: ignored only simplecov.
|
||||||
|
* coverage/README: Added coverage docs.
|
||||||
|
|
||||||
Thu Sep 11 17:25:31 2014 Koichi Sasada <ko1@atdot.net>
|
Thu Sep 11 17:25:31 2014 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* include/ruby/ruby.h, gc.c: add new internal events
|
* include/ruby/ruby.h, gc.c: add new internal events
|
||||||
|
17
coverage/README
Normal file
17
coverage/README
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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 direcotory.
|
||||||
|
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user