ggicci / httpin

🍑 HTTP Input for Go - HTTP Request from/to Go Struct (Bi-directional Data Binding between Go Struct and http.Request)
https://ggicci.github.io/httpin/
MIT License
315 stars 23 forks source link

Refactor/owl - introduce patch and remove body annotation #66

Closed ggicci closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 96.36% and project coverage change: -1.16% :warning:

Comparison is base (0757646) 97.62% compared to head (2c7156b) 96.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ========================================== - Coverage 97.62% 96.46% -1.16% ========================================== Files 19 21 +2 Lines 883 623 -260 ========================================== - Hits 862 601 -261 - Misses 12 15 +3 + Partials 9 7 -2 ``` | [Flag](https://app.codecov.io/gh/ggicci/httpin/pull/66/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci) | Coverage Ξ” | | |---|---|---| | [unittests](https://app.codecov.io/gh/ggicci/httpin/pull/66/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci) | `96.46% <96.36%> (-1.16%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci) | Coverage Ξ” | | |---|---|---| | [decoderadaptor.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-ZGVjb2RlcmFkYXB0b3IuZ28=) | `80.30% <80.30%> (ΓΈ)` | | | [httpin.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-aHR0cGluLmdv) | `84.78% <93.33%> (-8.63%)` | :arrow_down: | | [decoder.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-ZGVjb2Rlci5nbw==) | `96.77% <96.77%> (ΓΈ)` | | | [body.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-Ym9keS5nbw==) | `100.00% <100.00%> (+6.52%)` | :arrow_up: | | [builtindecoder.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-YnVpbHRpbmRlY29kZXIuZ28=) | `100.00% <100.00%> (ΓΈ)` | | | [core.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-Y29yZS5nbw==) | `100.00% <100.00%> (ΓΈ)` | | | [default.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-ZGVmYXVsdC5nbw==) | `100.00% <100.00%> (ΓΈ)` | | | [directive.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-ZGlyZWN0aXZlLmdv) | `100.00% <100.00%> (ΓΈ)` | | | [errors.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-ZXJyb3JzLmdv) | `100.00% <100.00%> (ΓΈ)` | | | [extractor.go](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci#diff-ZXh0cmFjdG9yLmdv) | `100.00% <100.00%> (+6.18%)` | :arrow_up: | | ... and [11 more](https://app.codecov.io/gh/ggicci/httpin/pull/66?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ggicci) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.