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: add cli to stats deal #203

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Conversation

LinZexiao
Copy link
Collaborator

@LinZexiao LinZexiao commented Sep 25, 2022

关联的Issues (Related Issues)

close filecoin-project/venus#5160

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that:

  • 符合Venus项目管理规范中关于PR的相关标准 / The PR follows the PR standards set out in the Venus project management guidelines
  • 具有清晰明确的commit message / All commits have a clear commit message.
  • 包含相关的的测试用例或者不需要新增测试用例 / This PR has tests for new functionality or change in behaviour or not need to add new tests.
  • 包含相关的的指南以及文档或者不需要新增文档 / This PR has updated usage guidelines and documentation or not need
  • 通过必要的检查项 / All checks are green

@LinZexiao LinZexiao requested a review from simlecode September 25, 2022 13:49
@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2022

Codecov Report

Merging #203 (221e42e) into master (4d6cb2a) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
- Coverage   24.64%   24.61%   -0.04%     
==========================================
  Files         177      177              
  Lines       18815    18841      +26     
==========================================
  Hits         4637     4637              
- Misses      13614    13640      +26     
  Partials      564      564              
Flag Coverage Δ
unittests 24.61% <0.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cli/stats.go 0.00% <0.00%> (ø)
cmd/venus-market/main.go 0.00% <0.00%> (ø)
paychmgr/simple.go 79.59% <0.00%> (-0.91%) ⬇️
blockstore/badger/blockstore.go 56.36% <0.00%> (+0.45%) ⬆️
models/badger/retrieval_deal.go 62.33% <0.00%> (+1.29%) ⬆️

@LinZexiao LinZexiao self-assigned this Sep 26, 2022
@LinZexiao LinZexiao force-pushed the feat/tanlang/add-cli-to-stat-deal branch from 740737a to 221e42e Compare September 26, 2022 07:04
Copy link
Collaborator

@simlecode simlecode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+LGTM

@simlecode simlecode merged commit 86236d9 into master Sep 26, 2022
@simlecode simlecode deleted the feat/tanlang/add-cli-to-stat-deal branch September 26, 2022 07:21
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.

[工具] 增加获取全网订单总量CLI?
3 participants