kpn / combadge

Generic API clients based on Pydantic and protocols
https://kpn.github.io/combadge
Apache License 2.0
13 stars 2 forks source link

BREAK: refactor request mixins and markers #67

Closed eigenein closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (7b7b254) 92.31% compared to head (f5fb853) 90.53%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== - Coverage 92.31% 90.53% -1.79% ========================================== Files 31 32 +1 Lines 781 771 -10 Branches 91 92 +1 ========================================== - Hits 721 698 -23 - Misses 46 58 +12 - Partials 14 15 +1 ``` | [Files](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn) | Coverage Δ | | |---|---|---| | [combadge/core/binder.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2UvY29yZS9iaW5kZXIucHk=) | `100.00% <100.00%> (ø)` | | | [combadge/core/markers/parameter.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2UvY29yZS9tYXJrZXJzL3BhcmFtZXRlci5weQ==) | `100.00% <ø> (ø)` | | | [combadge/core/typevars.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2UvY29yZS90eXBldmFycy5weQ==) | `100.00% <100.00%> (ø)` | | | [combadge/support/http/markers/shortcuts.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9odHRwL21hcmtlcnMvc2hvcnRjdXRzLnB5) | `100.00% <100.00%> (ø)` | | | [combadge/support/http/request.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9odHRwL3JlcXVlc3QucHk=) | `100.00% <ø> (ø)` | | | [combadge/support/httpx/backends/async\_.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9odHRweC9iYWNrZW5kcy9hc3luY18ucHk=) | `97.56% <100.00%> (ø)` | | | [combadge/support/httpx/backends/base.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9odHRweC9iYWNrZW5kcy9iYXNlLnB5) | `100.00% <100.00%> (ø)` | | | [combadge/support/httpx/backends/sync.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9odHRweC9iYWNrZW5kcy9zeW5jLnB5) | `97.50% <100.00%> (ø)` | | | [combadge/support/shared/request.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9zaGFyZWQvcmVxdWVzdC5weQ==) | `100.00% <100.00%> (+6.89%)` | :arrow_up: | | [combadge/support/soap/abc.py](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn#diff-Y29tYmFkZ2Uvc3VwcG9ydC9zb2FwL2FiYy5weQ==) | `80.00% <100.00%> (+3.52%)` | :arrow_up: | | ... and [11 more](https://app.codecov.io/gh/kpn/combadge/pull/67?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kpn) | |

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