You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix load failure under SimpleCov 1.x json_formatter shim
simplecov 1.x ships its own simplecov_json_formatter.rb that can win the
require over the standalone gem depending on $LOAD_PATH order, leaving
SimpleCovJSONFormatter::ResultHashFormatter undefined (green locally, broke
CI). Require the standalone gem's classes by their unambiguous subpaths, and
make UndercoverSimplecovFormatter own its #format instead of inheriting the
version-divergent JSONFormatter#format.
0 commit comments