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

IBC Rate Limit #1692

Merged
merged 101 commits into from
Nov 30, 2023

Updated comment that had wrong module name.

78217fc
Select commit
Loading
Failed to load commit list.
Merged

IBC Rate Limit #1692

Updated comment that had wrong module name.
78217fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2023 in 0s

73.96% (-0.06%) compared to 5553cbd

View this Pull Request on Codecov

73.96% (-0.06%) compared to 5553cbd

Details

Codecov Report

Merging #1692 (78217fc) into main (5553cbd) will decrease coverage by 0.06%.
Report is 2 commits behind head on main.
The diff coverage is 70.82%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1692      +/-   ##
==========================================
- Coverage   74.01%   73.96%   -0.06%     
==========================================
  Files         295      314      +19     
  Lines       44072    44875     +803     
==========================================
+ Hits        32622    33190     +568     
- Misses      10087    10296     +209     
- Partials     1363     1389      +26     
Files Coverage Δ
app/app.go 85.12% <100.00%> (+0.22%) ⬆️
app/upgrades.go 64.16% <ø> (ø)
cmd/provenanced/cmd/root.go 72.06% <100.00%> (+0.17%) ⬆️
internal/ibc/ibc.go 100.00% <100.00%> (ø)
x/ibcratelimit/events.go 100.00% <100.00%> (ø)
x/ibcratelimit/genesis.go 100.00% <100.00%> (ø)
x/ibcratelimit/keeper/msg_server.go 100.00% <100.00%> (ø)
x/ibcratelimit/msgs.go 100.00% <100.00%> (ø)
x/ibcratelimit/params.go 100.00% <100.00%> (ø)
x/ibcratelimit/simulation/decoder.go 100.00% <100.00%> (ø)
... and 14 more