Update RBI files for simplecov-cobertura.

This commit is contained in:
BrewTestBot 2021-11-25 21:49:20 +00:00
parent dd92818a78
commit 0c1389d97c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -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