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

Bump simplecov from 0.16.1 to 0.17.1 #6096

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2021

Bumps simplecov from 0.16.1 to 0.17.1.

Release notes

Sourced from simplecov's releases.

v0.17.1

Bugfix release for problems with ParallelTests.

Bugfixes

v0.17.0

Maintenance release with nice convenience features and important bugfixes. Notably this will be the last release to support ruby versions that have reached their end of life. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.1+. Older versions might still work but no guarantees.

Enhancements

  • Per default filter hidden files and folders. See #721 (thanks Renuo AG)
  • Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See #688 (thanks @daemonsy)

Bugfixes

  • Avoid a premature failure exit code when setting minimum_coverage in combination with using parallel_tests. See #706 (thanks @f1sherman)
  • Project roots with special characters no longer cause crashes. See #717 (thanks @deivid-rodriguez)
  • Avoid continously overriding test results with manual ResultMergere.store_results usage. See #674 (thanks @tomeon)
Commits
  • 3a9d461 bump version to 0.17.1
  • 710fe77 Changelog for important parallel tests hanging bugfix
  • 9db1bc9 Avoid hanging with parallel_tests
  • 776741b Bump version to 0.17.0
  • 017e85c Changelog update hopefully not missing anything.
  • aca64da Exclude hidden files and folders (#721)
  • 5b380be Include rubocop in the "default" gem (#727)
  • d911544 process_result no longer relies on result? as order was changed (#726)
  • 9665035 Bootsnap fixed blowing up on their side no need to mention it
  • 318b212 Avoid premature failure with parallel_tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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

@garethrees
Copy link
Member

Noting that this is last non-patch release that supports Ruby 2.3 (#5222)

@gbp gbp force-pushed the dependabot/bundler/simplecov-0.17.1 branch from f62c7f8 to c739f17 Compare February 22, 2021 09:42
@gbp
Copy link
Member

gbp commented Feb 22, 2021

Noting that this is last non-patch release that supports Ruby 2.3 (#5222)

This is being tracked in https://github.com/mysociety/alaveteli/blob/develop/.github/dependabot.yml once #5222 is done we'll release dependabot to upgrade these gems

@gbp gbp merged commit af4e388 into develop Feb 22, 2021
@dependabot dependabot bot deleted the dependabot/bundler/simplecov-0.17.1 branch February 22, 2021 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants