Update RBI files for simplecov-cobertura.
This commit is contained in:
parent
dd92818a78
commit
0c1389d97c
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `simplecov-cobertura` gem.
|
# 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`.
|
# Please instead update this file by running `bin/tapioca gem simplecov-cobertura`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module SimpleCov
|
module SimpleCov
|
||||||
extend ::SimpleCov::Configuration
|
extend ::SimpleCov::Configuration
|
||||||
|
|
||||||
@ -66,9 +66,11 @@ class SimpleCov::Formatter::CoberturaFormatter
|
|||||||
private
|
private
|
||||||
|
|
||||||
def coverage_output(result); end
|
def coverage_output(result); end
|
||||||
|
def extract_rate(percent); end
|
||||||
def project_root; end
|
def project_root; end
|
||||||
def resolve_filename(filename); end
|
def resolve_filename(filename); end
|
||||||
def result_to_xml(result); 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_class_attributes(class_, file); end
|
||||||
def set_coverage_attributes(coverage, result); end
|
def set_coverage_attributes(coverage, result); end
|
||||||
def set_line_attributes(line, file_line); end
|
def set_line_attributes(line, file_line); end
|
||||||
Loading…
x
Reference in New Issue
Block a user