Ignore all of tool directory from code coverage, It contains tool/test and etc.
This commit is contained in:
parent
8662d70a8b
commit
069b6f88e2
Notes:
git
2023-01-26 04:52:41 +00:00
@ -5,11 +5,11 @@ Coverage.start(lines: true, branches: true, methods: true)
|
||||
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
|
||||
tool
|
||||
test
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user