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.14.1 to 0.17.0 #40

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps simplecov from 0.14.1 to 0.17.0.

Release notes

Sourced from simplecov's releases.

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

v0.16.1

Bugfixes

  • Include the LICENSE in the distributed gem again (accidentally removed in 0.16.0). (thanks @​tas50)

v0.16.0

Enhancements

  • Relax version constraint on docile, per SemVer
  • exception that occurred on exit is available as exit_exception! See #639 (thanks @​thomas07vt)
  • Performance: processing results now runs from 2.5x to 3.75x faster. See #662 (thanks @​BMorearty & @​eregon)
  • Decrease gem size by only shipping lib and docs

Bugfixes

  • (breaking) Stop handling string filters as regular expressions, use the dedicated regex filter if you need that behaviour. See #616 (thanks @​yujinakayama)
  • Avoid overwriting the last coverage results on unsuccessful test runs. See #625 (thanks @​thomas07vt)
  • Don't crash on invalid UTF-8 byte sequences. (thanks @​BMorearty)

v0.15.1

Bugfixes

  • Filter directories outside SimpleCov.root that have it as a prefix. See #617 (thanks @​jenseng)
  • Fix standard rails profile rails filter (didn't work). See #618 (thanks @​jenseng again!)

v0.15.0

Enhancements

  • Ability to use regex filters for removing files from the output. See #589 (thanks @​jsteel)

Bugfixes

  • Fix merging race condition when running tests in parallel and merging them. See #570 (thanks @​jenseng)
  • Fix relevant lines for unloaded files - comments, skipped code etc. are correctly classified as irrelevant. See #605 (thanks @​odlp)
  • Allow using simplecov with frozen-string-literals enabled. See #590 (thanks @​pat)
... (truncated)
Changelog

Sourced from simplecov's changelog.

0.17.0 (2019-07-02)

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.2+. 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

0.16.1 (2018-03-16)

Bugfixes

  • Include the LICENSE in the distributed gem again (accidentally removed in 0.16.0). (thanks @​tas50)

0.16.0 (2018-03-15)

Enhancements

  • Relax version constraint on docile, per SemVer
  • exception that occurred on exit is available as exit_exception! See #639 (thanks @​thomas07vt)
  • Performance: processing results now runs from 2.5x to 3.75x faster. See #662 (thanks @​BMorearty & @​eregon)
  • Decrease gem size by only shipping lib and docs

Bugfixes

  • (breaking) Stop handling string filters as regular expressions, use the dedicated regex filter if you need that behaviour. See #616 (thanks @​yujinakayama)
  • Avoid overwriting the last coverage results on unsuccessful test runs. See #625 (thanks @​thomas07vt)
  • Don't crash on invalid UTF-8 byte sequences. (thanks @​BMorearty)

0.15.1 (2017-09-11) (changes)

Bugfixes

  • Filter directories outside SimpleCov.root that have it as a prefix. See #617 (thanks @​jenseng)
  • Fix standard rails profile rails filter (didn't work). See #618 (thanks @​jenseng again!)

0.15.0 (2017-08-14) (changes)

... (truncated)
Commits
  • 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
  • 2d5e6c9 [Documentation] Feature/add simplecov-small-badge (#713)
  • 7770ce8 Explicitly print the exit status when SimpleCov fails the build (#688)
  • ba57b3c Delete condition (#707)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.14.1 to 0.17.0.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.14.1...v0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #43.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/simplecov-0.17.0 branch September 17, 2019 05:11
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.

0 participants