coze-dev / coze-py

The Python SDK for the Coze API
https://pypi.org/project/cozepy/
MIT License
38 stars 3 forks source link

feat: Customize HTTPClient by extending httpx.Client #23

Closed chyroc closed 2 weeks ago

chyroc commented 2 weeks ago
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 94.44444% with 2 lines in your changes missing coverage. Please review.

Project coverage is 75.55%. Comparing base (892443d) to head (d2ab5e2). Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
cozepy/request.py 93.10% 2 Missing :warning:
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   74.91%   75.55%   +0.64%     
==========================================
  Files          24       24              
  Lines         845      859      +14     
==========================================
+ Hits          633      649      +16     
+ Misses        212      210       -2     
Flag Coverage Δ
75.55% <94.44%> (+0.64%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
cozepy/__init__.py 100.00% <100.00%> (ø)
cozepy/config.py 100.00% <100.00%> (ø)
cozepy/coze.py 62.06% <100.00%> (ø)
cozepy/request.py 80.00% <93.10%> (+7.27%) :arrow_up: