pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
228 stars 26 forks source link

Bump truth from 0.46 to 1.0 #149

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps truth from 0.46 to 1.0.

Release notes *Sourced from [truth's releases](https://github.com/google/truth/releases).* > ## Truth 1.0 > Truth is a library for performing assertions in tests: > > ```java > assertThat(notificationText).contains("testuser@google.com"); > ``` > > Truth is owned and maintained by the [Guava](http://github.com/google/guava) team. It is used in the majority of the tests in Google’s own codebase. > > For more information, see our full documentation at [truth.dev](https://truth.dev/), or start with our [higher-level blog post](https://opensource.googleblog.com/2019/07/truth-10-fluent-assertions-for-java-and.html). > > Users of [AssertJ](https://joel-costigliola.github.io/assertj/) will be particularly interested in our [comparison of Truth and AssertJ](https://truth.dev/comparison#why-create-truth-when-assertj-already-exists). > > --- > > Truth 1.0 contains no changes relative to 1.0-rc2. For a list of changes since Truth 0.46, see the release notes for [rc1](https://github.com/google/truth/releases/tag/release_1_0_rc1) and [rc2](https://github.com/google/truth/releases/tag/release_1_0_rc2). > > Now that we have reached 1.0 (after [eight years](https://github.com/google/truth/commit/813afacc95b5f7ae2d38f10a10ca095b8c69b2b3)! We're sorry, and we thank you again for your patience), we will maintain binary compatibility.
Commits - See full diff in [compare view](https://github.com/google/truth/commits)


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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.
codecov-io commented 5 years ago

Codecov Report

Merging #149 into RxJava2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #149   +/-   ##
==========================================
  Coverage      97.38%   97.38%           
==========================================
  Files              5        5           
  Lines            153      153           
  Branches          11       11           
==========================================
  Hits             149      149           
  Misses             3        3           
  Partials           1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 698693e...82e6517. Read the comment docs.