bilibili / overlord

Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
https://www.bilibili.com
MIT License
2.22k stars 408 forks source link

Bump dot-prop from 4.2.0 to 4.2.1 in /web #146

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps dot-prop from 4.2.0 to 4.2.1.

Release notes

Sourced from dot-prop's releases.

v4.2.1

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 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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bilibili/overlord/network/alerts).
codecov-io commented 3 years ago

Codecov Report

Merging #146 (22804e0) into master (6fe4483) will decrease coverage by 2.09%. The diff coverage is 13.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   47.98%   45.88%   -2.10%     
==========================================
  Files          66       66              
  Lines        6569     5751     -818     
==========================================
- Hits         3152     2639     -513     
+ Misses       3060     2756     -304     
+ Partials      357      356       -1     
Impacted Files Coverage Δ
pkg/etcd/etcd.go 20.42% <0.00%> (-3.92%) :arrow_down:
platform/mesos/executor.go 0.00% <0.00%> (ø)
platform/mesos/scheduler.go 0.00% <0.00%> (ø)
proxy/proto/redis/proxy_conn.go 72.67% <0.00%> (-4.25%) :arrow_down:
proxy/proto/pipe.go 83.03% <100.00%> (-0.84%) :arrow_down:
pkg/log/handler.go 50.00% <0.00%> (-25.00%) :arrow_down:
pkg/conv/conv.go 56.00% <0.00%> (-8.52%) :arrow_down:
pkg/log/log.go 65.11% <0.00%> (-6.32%) :arrow_down:
pkg/bufio/io.go 63.38% <0.00%> (-5.67%) :arrow_down:
ci/tests/proxy/proxy.go 55.55% <0.00%> (-5.43%) :arrow_down:
... and 61 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 4a40430...22804e0. Read the comment docs.