Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump codecov and simplecov in /fluent-plugin-kubernetes-sumologic #587

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2023

Bumps codecov and simplecov. These dependencies needed to be updated together.
Updates codecov from 0.2.12 to 0.6.0

Release notes

Sourced from codecov's releases.

v0.4.3

  • #135 Shorten coverage message on formatter

v0.4.2

  • #134 Wrap file creation in try/catch

v0.4.1

  • #133 Write down to file when using the formatter

v0.4.0

  • #130 Split uploader from formatter

v0.3.0

  • #124 Ruby 3.0 support
  • #125 open simplecov requirement to 0.21.x

v0.2.15

  • #118 Include codecov/version in the gem

v0.2.14

  • #107 Add EditorConfig file
  • #113 Return version constant, don't duplicate version value
  • #117 Update simplecov dependency versions

v0.2.13

  • #105 Remove unnecessary dependency for ruby standard gem
  • #110 Fix GitHub Actions
  • #111 Fix branch name detection for GitHub Actions CI
Changelog

Sourced from codecov's changelog.

0.6.0

  • #145 Fixes issue with nil URI and provides more token information

0.5.2

  • #141 Add Cirrus CI support

0.5.1

  • #138 Update pass_ci_if_error flag

0.5.0

  • #137 Place uploader in try/rescue block and add pass_ci_if_error flag

0.4.3

  • #135 Shorten coverage message on formatter

0.4.2

  • #134 Wrap file creation in try/catch

0.4.1

  • #133 Write down to file when using the formatter

0.4.0

  • #130 Split uploader from formatter

0.3.0

  • #124 Ruby 3.0 support
  • #125 open simplecov requirement to 0.21.x

0.2.15

  • #118 Include codecov/version in the gem

0.2.14

  • #107 Add EditorConfig file
  • #113 Return version constant, don't duplicate version value
  • #117 Update simplecov dependency versions

0.2.13

  • #105 Remove unnecessary dependency for ruby standard gem
  • #110 Fix GitHub Actions
  • #111 Fix branch name detection for GitHub Actions CI
Commits

Updates simplecov from 0.22.0 to 0.21.2

Changelog

Sourced from simplecov's changelog.

0.22.0 (2022-12-23)

Enhancements

Bugfixes

0.21.2 (2021-01-09)

Bugfixes

  • maximum_coverage_drop won't fail any more if .last_run.json is still in the old format. Thanks @​petertellgren
  • maximum_coverage_drop won't fail if an expectation is specified for a previous unrecorded criterion, it will just pass (there's nothing, so nothing to drop)
  • fixed bug in maximum_coverage_drop calculation that could falsely report it had dropped for minimal differences

0.21.1 (2021-01-04)

Bugfixes

  • minimum_coverage_by_file works again as expected (errored out before 😱)

0.21.0 (2021-01-03)

The "Collate++" release making it more viable for big CI setups by limiting memory consumption. Also includes some nice new additions for branch coverage settings.

Enhancements

  • Performance of SimpleCov.collate improved - it should both run faster and consume much less memory esp. when run with many files (memory consumption should not increase with number of files any more)
  • Can now define the minimum_coverage_by_file, maximum_coverage_drop and refuse_coverage_drop by branch as well as line coverage. Thanks to @​jemmaissroff
  • Can set primary coverage to something other than line by setting primary_coverage :branch in SimpleCov Configuration. Thanks to @​jemmaissroff

Misc

  • reduce gem size by splitting Changelog into Changelog.md and a pre 0.18 Changelog.old.md, the latter of which is not included in the gem
  • The interface of ResultMeger.merge_and_store is changed to support the collate performance improvements mentioned above. It's not considered an official API, hence this is not in the breaking section. For people using it to merge results from different machines, it's recommended to migrate to collate.

0.20.0 (2020-11-29)

The "JSON formatter" release. Starting now a JSON formatter is included by default in the release. This is mostly done for Code Climate reasons, you can find more details in this issue. Shipping with so much by default is sub-optimal, we know. It's the long term plan to also provide simplecov-core without the HTML or JSON formatters for those who don't need them/for other formatters to rely on.

Enhancements

  • simplecov_json_formatter included by default (docs), this should enable the Code Climate test reporter to work again once it's updated
  • invalidate internal cache after switching SimpleCov.root, should help with some bugs

0.19.1 (2020-10-25)

... (truncated)

Commits
  • a003140 prep 0.21.2 release
  • 52cb560 More exit code check specs
  • d4ed992 More thorough maximum coverage drop specs + fixes
  • e0c5fd1 reformat and reformulate some cukes
  • 10c1dff Bugfix maximum coverage drop with old .last_run file
  • 120d0ea Fix minimum_coverage_by_file check & prep 0.21.1 (#966)
  • 20af434 Release prep for 0.21.0 (#963)
  • b95ce9a Enable and fix new cops
  • 9cdc07b Upgrade rubocop and fix offenses
  • 168f244 highlight why we can do result.to_hash.first
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [codecov](https://github.com/codecov/codecov-ruby) and [simplecov](https://github.com/simplecov-ruby/simplecov). These dependencies needed to be updated together.

Updates `codecov` from 0.2.12 to 0.6.0
- [Release notes](https://github.com/codecov/codecov-ruby/releases)
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-ruby@v0.2.12...v0.6.0)

Updates `simplecov` from 0.22.0 to 0.21.2
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.22.0...v0.21.2)

---
updated-dependencies:
- dependency-name: codecov
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: simplecov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 6, 2023 10:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 6, 2023
@swiatekm swiatekm merged commit c62c7f7 into main Sep 6, 2023
9 checks passed
@swiatekm swiatekm deleted the dependabot/bundler/fluent-plugin-kubernetes-sumologic/codecov-and-simplecov-0.6.0 branch September 6, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant