iotex-core icon indicating copy to clipboard operation
iotex-core copied to clipboard

test(blockchain): add unit test for blockchain module

Open saitofun opened this issue 1 year ago • 2 comments

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #4120

Type of change

Please delete options that are not relevant.

  • [x] Code refactor or improvement

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

  • [x] make test

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules

saitofun avatar Mar 22 '24 10:03 saitofun

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.52%. Comparing base (e1f0636) to head (7c782bb). Report is 214 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4200      +/-   ##
==========================================
+ Coverage   75.38%   77.52%   +2.14%     
==========================================
  Files         303      340      +37     
  Lines       25923    29275    +3352     
==========================================
+ Hits        19541    22696    +3155     
- Misses       5360     5472     +112     
- Partials     1022     1107      +85     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 22 '24 11:03 codecov[bot]