ogen icon indicating copy to clipboard operation
ogen copied to clipboard

refactor(http): remove request type, since we don't use pools anymore

Open tdakkota opened this issue 3 years ago • 2 comments

tdakkota avatar Aug 24 '22 03:08 tdakkota

Codecov Report

Merging #542 (d02a9f1) into main (e6b25c6) will increase coverage by 0.14%. The diff coverage is 72.97%.

@@            Coverage Diff             @@
##             main     #542      +/-   ##
==========================================
+ Coverage   72.53%   72.68%   +0.14%     
==========================================
  Files         154      154              
  Lines       11208    11136      -72     
==========================================
- Hits         8130     8094      -36     
+ Misses       2651     2619      -32     
+ Partials      427      423       -4     
Impacted Files Coverage Δ
gen/ir/default.go 66.66% <ø> (ø)
gen/ir/enum.go 100.00% <ø> (ø)
gen/ir/panic.go 0.00% <0.00%> (ø)
gen/utils.go 75.40% <0.00%> (ø)
http/file.go 85.71% <ø> (ø)
json/json.go 50.00% <0.00%> (ø)
jsonschema/schema.go 100.00% <ø> (ø)
spec.go 66.66% <ø> (ø)
tools/sgcollector/worker.go 0.00% <0.00%> (ø)
gen/templates.go 81.94% <33.33%> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 24 '22 03:08 codecov[bot]

conflicts now

ernado avatar Aug 24 '22 17:08 ernado