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

refactor: change to modular design for tx/query routing #5

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

Moonyongjung
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 98.06% and project coverage change: +2.80% 🎉

Comparison is base (b6c42cc) 58.02% compared to head (5e7e0f0) 60.83%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   58.02%   60.83%   +2.80%     
==========================================
  Files          57       75      +18     
  Lines        7755     7887     +132     
==========================================
+ Hits         4500     4798     +298     
+ Misses       2555     2365     -190     
- Partials      700      724      +24     
Files Changed Coverage Δ
core/crisis/module.go 85.71% <85.71%> (ø)
core/distribution/module.go 88.46% <88.46%> (ø)
client/query.go 50.00% <100.00%> (+26.27%) ⬆️
client/tx_handle.go 64.92% <100.00%> (-10.17%) ⬇️
core/auth/module.go 100.00% <100.00%> (ø)
core/authz/module.go 100.00% <100.00%> (ø)
core/bank/module.go 100.00% <100.00%> (ø)
core/base/module.go 100.00% <100.00%> (ø)
core/evidence/module.go 100.00% <100.00%> (ø)
core/evm/module.go 100.00% <100.00%> (ø)
... and 8 more

... and 13 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Moonyongjung Moonyongjung merged commit b9402bd into main Sep 7, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant