OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

Update codecov.yml #334

Closed limeng120 closed 2 years ago

limeng120 commented 2 years ago

add coverage limit

Description

What is the purpose of the change? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Brief of your solution

Please describe your solution to solve the issue or feature request.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

codecov-commenter commented 2 years ago

Codecov Report

Merging #334 (8863dc6) into master (d4fb5dc) will increase coverage by 0.13%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #334      +/-   ##
==========================================
+ Coverage   45.73%   45.87%   +0.13%     
==========================================
  Files         138      138              
  Lines       12295    12295              
==========================================
+ Hits         5623     5640      +17     
+ Misses       5518     5501      -17     
  Partials     1154     1154              
Impacted Files Coverage Δ
kernel/consensus/base/driver/chained-bft/smr.go 41.33% <0.00%> (+0.74%) :arrow_up:
bcs/consensus/xpoa/xpoa.go 52.28% <0.00%> (+1.01%) :arrow_up:
bcs/consensus/tdpos/tdpos.go 48.82% <0.00%> (+1.87%) :arrow_up:
bcs/consensus/tdpos/common.go 55.07% <0.00%> (+2.89%) :arrow_up:
bcs/network/p2pv1/conn.go 61.22% <0.00%> (+6.12%) :arrow_up:

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 d4fb5dc...8863dc6. Read the comment docs.