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

feat: 添加Delete接口、具体实现及测试、添加启动第三方环境的命令等 #25

Merged
merged 2 commits into from
Oct 10, 2023

Conversation

longyue0521
Copy link
Contributor

PR描述

  1. 新增Delete接口
  2. 基于lru客户端实现Delete接口并编写测试
  3. 基于redis客户端实现Delete接口并编写测试
  4. 添加dev_3rd_up、dev_3rd_down命令方便独立运行测试

Signed-off-by: longyue0521 <longyueli0521@gmail.com>
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #25 (b758c3c) into main (852a786) will decrease coverage by 7.08%.
Report is 1 commits behind head on main.
The diff coverage is 91.53%.

@@             Coverage Diff             @@
##              main      #25      +/-   ##
===========================================
- Coverage   100.00%   92.92%   -7.08%     
===========================================
  Files            1        2       +1     
  Lines           37      226     +189     
===========================================
+ Hits            37      210     +173     
- Misses           0       13      +13     
- Partials         0        3       +3     
Files Coverage Δ
redis/cache.go 100.00% <100.00%> (ø)
memory/lru/cache.go 91.44% <91.44%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@longyue0521
Copy link
Contributor Author

覆盖率相比于#852a786下降7.08%是因为 memory/lru/cache.go | 91.44% <91.44%> (ø)导致的

@flycash flycash merged commit da8d024 into ecodeclub:main Oct 10, 2023
5 of 7 checks passed
@longyue0521 longyue0521 deleted the dev branch October 10, 2023 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants