diff --git a/Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@1.4.2.rbi b/Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@2.0.0.rbi similarity index 95% rename from Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@1.4.2.rbi rename to Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@2.0.0.rbi index db4bf6c1d6..4bdaf97874 100644 --- a/Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@1.4.2.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@2.0.0.rbi @@ -1,9 +1,9 @@ +# typed: true + # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `simplecov-cobertura` gem. # Please instead update this file by running `bin/tapioca gem simplecov-cobertura`. -# typed: true - module SimpleCov extend ::SimpleCov::Configuration @@ -66,9 +66,11 @@ class SimpleCov::Formatter::CoberturaFormatter private def coverage_output(result); end + def extract_rate(percent); end def project_root; end def resolve_filename(filename); end def result_to_xml(result); end + def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end def set_class_attributes(class_, file); end def set_coverage_attributes(coverage, result); end def set_line_attributes(line, file_line); end