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

Update simplecov requirement to ~> 0.16.1 #12

Closed

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on simplecov to permit the latest version.

Release notes

Sourced from simplecov's releases.

v0.16.1

Bugfixes

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

Sourced from simplecov's changelog.

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)

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)
  • Make sure Array Filter can use all other filter types. See #589 (thanks jsteel)
  • Make sure file names use Simplecov.root as base avoiding using full absolute project paths. See #589 (thanks jsteel)

0.14.1 2017-03-18 (changes)

Bugfixes

... (truncated)

Commits

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 ignore this [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 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)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [simplecov](https://github.com/colszowka/simplecov) to permit the latest version.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colszowka/simplecov/commits/v0.16.1)

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

Superseded by #15.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/simplecov-tw-0.16.1 branch July 3, 2019 04:13
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.

1 participant