ruby-changes:35447
From: hsbt <ko1@a...>
Date: Thu, 11 Sep 2014 18:15:50 +0900 (JST)
Subject: [ruby-changes:35447] hsbt:r47529 (trunk): * .gitignoRe: ignored only simplecov.
hsbt 2014-09-11 18:15:42 +0900 (Thu, 11 Sep 2014) New Revision: 47529 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47529 Log: * .gitignore: ignored only simplecov. * coverage/README: Added coverage docs. Added directories: trunk/coverage/ Added files: trunk/coverage/README Modified files: trunk/.gitignore trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 47528) +++ ChangeLog (revision 47529) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Sep 11 18:15:30 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * .gitignore: ignored only simplecov. + * coverage/README: Added coverage docs. + Thu Sep 11 17:25:31 2014 Koichi Sasada <ko1@a...> * include/ruby/ruby.h, gc.c: add new internal events Index: coverage/README =================================================================== --- coverage/README (revision 0) +++ coverage/README (revision 47529) @@ -0,0 +1,17 @@ https://github.com/ruby/ruby/blob/trunk/coverage/README#L1 +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 Index: .gitignore =================================================================== --- .gitignore (revision 47528) +++ .gitignore (revision 47529) @@ -55,7 +55,7 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L55 /config.status /config.status.lineno /configure -/coverage +/coverage/simplecov /doc/capi /enc.mk /encdb.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/