Merge pull request #12480 from Homebrew/dependabot/bundler/Library/Homebrew/simplecov-cobertura-2.0.0

build(deps): bump simplecov-cobertura from 1.4.2 to 2.0.0 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2021-11-26 12:51:02 +00:00 committed by GitHub
commit 6b893a7563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 5 deletions

View File

@ -238,6 +238,8 @@ jobs:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
with:
files: Library/Homebrew/test/coverage/coverage.xml
test-default-formula-linux:
name: test default formula (Linux)
@ -346,3 +348,5 @@ jobs:
- run: brew test-bot --only-formulae --test-default-formula
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
with:
files: Library/Homebrew/test/coverage/coverage.xml

View File

@ -153,8 +153,9 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (1.4.2)
simplecov (~> 0.8)
simplecov-cobertura (2.0.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sorbet (0.5.9368)

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

View File

@ -95,7 +95,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-1.4.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-2.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.5/lib"