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

feat(gateway): support for order=, dups= parameters from IPIP-412 #370

Merged
merged 3 commits into from
Jul 24, 2023

refactor: simplify processing of CarParams

c033fe5
Select commit
Loading
Failed to load commit list.
Merged

feat(gateway): support for order=, dups= parameters from IPIP-412 #370

refactor: simplify processing of CarParams
c033fe5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 24, 2023 in 1s

49.36% (+0.18%) compared to 4b29eb0

View this Pull Request on Codecov

49.36% (+0.18%) compared to 4b29eb0

Details

Codecov Report

Merging #370 (c033fe5) into main (4b29eb0) will increase coverage by 0.18%.
The diff coverage is 91.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #370      +/-   ##
==========================================
+ Coverage   49.17%   49.36%   +0.18%     
==========================================
  Files         245      245              
  Lines       29812    29886      +74     
==========================================
+ Hits        14660    14753      +93     
+ Misses      13713    13695      -18     
+ Partials     1439     1438       -1     
Impacted Files Coverage Δ
gateway/handler_car.go 75.56% <85.00%> (+5.33%) ⬆️
gateway/blocks_backend.go 45.45% <100.00%> (+0.51%) ⬆️
gateway/gateway.go 93.75% <100.00%> (+1.19%) ⬆️
gateway/handler.go 77.93% <100.00%> (+0.23%) ⬆️

... and 7 files with indirect coverage changes