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: Add logging to requester and setup_logging function #30

Closed chyroc closed 2 weeks ago

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

Codecov Report

Attention: Patch coverage is 85.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 75.14%. Comparing base (dee597c) to head (f0e2741). Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
cozepy/request.py 66.66% 2 Missing :warning:
cozepy/log.py 92.30% 1 Missing :warning:
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   74.94%   75.14%   +0.19%     
==========================================
  Files          29       30       +1     
  Lines         998     1018      +20     
==========================================
+ Hits          748      765      +17     
- Misses        250      253       +3     
Flag Coverage Δ
75.14% <85.00%> (+0.19%) :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/log.py 92.30% <92.30%> (ø)
cozepy/request.py 78.87% <66.66%> (-1.13%) :arrow_down: