зеркало из https://github.com/github/ruby.git
Use Module#name instead of #inspect
Coverage measurement had failed since 7d5da30c9e
https://github.com/ruby/actions/runs/708557030?check_suite_focus=true
This commit is contained in:
Родитель
fa380208fe
Коммит
f186f2d01d
|
@ -44,7 +44,7 @@ def save_coverage_data(res1)
|
|||
if cov[:methods]
|
||||
h = {}
|
||||
cov[:methods].each do |(klass, *key), count|
|
||||
h[[klass.inspect, *key]] = count
|
||||
h[[klass.name, *key]] = count
|
||||
end
|
||||
cov[:methods].replace h
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче