From: shibata.hiroshi@... Date: 2014-09-02T07:59:32+00:00 Subject: [ruby-core:64708] [ruby-trunk - Feature #10189] [Closed] Coverage report with Simplecov Issue #10189 has been updated by Hiroshi SHIBATA. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r47347. ---------- * test/runner.rb: reporting test coverage for test-all with COVERAGE env. [Feature #10189][ruby-core:64681] * Makefile.in: added task for coverage report. * common.mk: added definition of forked simplecov url. * .gitignore: ignored coverage directory. ---------------------------------------- Feature #10189: Coverage report with Simplecov https://bugs.ruby-lang.org/issues/10189#change-48605 * Author: Hiroshi SHIBATA * Status: Closed * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- I ported [simplecov](https://github.com/colszowka/simplecov) into ruby core for measurement of test coverage. see. https://github.com/ruby/ruby/pull/708 simplecov is MIT license. we can bundle it to ruby. Can I merge it? -- https://bugs.ruby-lang.org/