summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-26 11:02:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-26 13:52:20 +0900
commit8662d70a8b7a30e567358b0931dad61b2a1d4176 (patch)
tree9391339cc1890c39087a6e9e9f72539a9acbebfb /tool
parent98e84f3f7a1fa69530c67ab9bc63271b812718ea (diff)
Ignore vendored libraries by rubygems from code coverage
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7185
Diffstat (limited to 'tool')
-rw-r--r--tool/test-coverage.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/test-coverage.rb b/tool/test-coverage.rb
index bb181fa106..3d050332c2 100644
--- a/tool/test-coverage.rb
+++ b/tool/test-coverage.rb
@@ -7,6 +7,9 @@ TEST_COVERAGE_DATA_FILE = "test-coverage.dat"
FILTER_PATHS = %w[
tool/lib
lib/bundler/vendor
+ lib/rubygems/resolver/molinillo
+ lib/rubygems/tsort
+ lib/rubygems/optparse
test
]