Ignore vendored libraries by rubygems from code coverage
This commit is contained in:
parent
98e84f3f7a
commit
8662d70a8b
Notes:
git
2023-01-26 04:52:42 +00:00
@ -7,6 +7,9 @@ TEST_COVERAGE_DATA_FILE = "test-coverage.dat"
|
|||||||
FILTER_PATHS = %w[
|
FILTER_PATHS = %w[
|
||||||
tool/lib
|
tool/lib
|
||||||
lib/bundler/vendor
|
lib/bundler/vendor
|
||||||
|
lib/rubygems/resolver/molinillo
|
||||||
|
lib/rubygems/tsort
|
||||||
|
lib/rubygems/optparse
|
||||||
test
|
test
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user