Ignore all of tool directory from code coverage, It contains tool/test and etc.

This commit is contained in:
Hiroshi SHIBATA 2023-01-26 11:16:55 +09:00
parent 8662d70a8b
commit 069b6f88e2
Notes: git 2023-01-26 04:52:41 +00:00

View File

@ -5,11 +5,11 @@ Coverage.start(lines: true, branches: true, methods: true)
TEST_COVERAGE_DATA_FILE = "test-coverage.dat" TEST_COVERAGE_DATA_FILE = "test-coverage.dat"
FILTER_PATHS = %w[ FILTER_PATHS = %w[
tool/lib
lib/bundler/vendor lib/bundler/vendor
lib/rubygems/resolver/molinillo lib/rubygems/resolver/molinillo
lib/rubygems/tsort lib/rubygems/tsort
lib/rubygems/optparse lib/rubygems/optparse
tool
test test
] ]