wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

build(deps): bump actions/cache from 2.1.5 to 2.1.6 #76

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps actions/cache from 2.1.5 to 2.1.6.

Release notes

Sourced from actions/cache's releases.

v2.1.6

  • Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (actions/cache#596)
Commits


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 - `@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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #76 (951a227) into main (abcdedc) will decrease coverage by 1.17%. The diff coverage is n/a.

:exclamation: Current head 951a227 differs from pull request most recent head 50a933d. Consider uploading reports for the commit 50a933d to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   40.50%   39.33%   -1.18%     
==========================================
  Files          49       47       -2     
  Lines         795      778      -17     
==========================================
- Hits          322      306      -16     
+ Misses        473      472       -1     
Impacted Files Coverage Δ
lib/app.dart 75.00% <0.00%> (-1.93%) :arrow_down:
lib/data/remote/app_dio.dart 80.00% <0.00%> (-1.82%) :arrow_down:
lib/ui/user_view_model.dart 11.11% <0.00%> (-0.66%) :arrow_down:
lib/ui/app_theme.dart 86.95% <0.00%> (-0.55%) :arrow_down:
lib/data/model/news.dart 100.00% <0.00%> (ø)
lib/data/model/result.dart 12.00% <0.00%> (ø)
lib/ui/component/image.dart 30.76% <0.00%> (ø)
lib/ui/component/loading.dart 100.00% <0.00%> (ø)
lib/ui/detail/detail_page.dart 100.00% <0.00%> (ø)
lib/ui/signIn/sign_in_page.dart 0.00% <0.00%> (ø)
... and 20 more

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 abcdedc...50a933d. Read the comment docs.

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.