exchain icon indicating copy to clipboard operation
exchain copied to clipboard

reorganize context

Open ylsGit opened this issue 2 years ago • 1 comments

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • [ ] Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • [ ] Wrote tests

  • [ ] Updated relevant documentation (docs/)

  • [ ] Added a relevant changelog entry to the Unreleased section in CHANGELOG.md

  • [ ] Reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

ylsGit avatar Aug 05 '22 06:08 ylsGit

Codecov Report

Merging #2418 (0b0880a) into dev (527badc) will increase coverage by 0.01%. The diff coverage is 53.84%.

@@            Coverage Diff             @@
##              dev    #2418      +/-   ##
==========================================
+ Coverage   34.34%   34.35%   +0.01%     
==========================================
  Files         343      343              
  Lines       39170    39170              
==========================================
+ Hits        13453    13457       +4     
+ Misses      24706    24703       -3     
+ Partials     1011     1010       -1     
Impacted Files Coverage Δ
app/ante/IncrementSeqDecorator.go 0.00% <0.00%> (ø)
app/ante/account.go 53.71% <0.00%> (ø)
x/evm/types/state_transition.go 73.00% <0.00%> (ø)
x/evm/types/tracer.go 7.14% <0.00%> (ø)
x/evm/txs/base/common.go 17.39% <33.33%> (ø)
x/evm/handler.go 49.12% <100.00%> (ø)
x/evm/keeper/params.go 77.77% <100.00%> (+11.11%) :arrow_up:
x/evm/txs/factory.go 80.00% <100.00%> (ø)
x/evm/types/statedb.go 72.07% <100.00%> (ø)
x/wasm/handler.go 67.39% <100.00%> (+4.34%) :arrow_up:
... and 2 more

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

codecov-commenter avatar Aug 16 '22 14:08 codecov-commenter