coze-dev / coze-py

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

refactor: Move random_hex function to util.py #39

Closed chyroc closed 2 weeks ago

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

Codecov Report

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

Project coverage is 76.51%. Comparing base (9d1c4b9) to head (e94a519). Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
cozepy/request.py 50.00% 2 Missing :warning:
@@           Coverage Diff           @@
##             main      #39   +/-   ##
=======================================
  Coverage   76.51%   76.51%           
=======================================
  Files          30       30           
  Lines        1009     1005    -4     
=======================================
- Hits          772      769    -3     
+ Misses        237      236    -1     
Flag Coverage Δ
76.51% <80.00%> (+<0.01%) :arrow_up:

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

Files with missing lines Coverage Δ
cozepy/auth/__init__.py 98.87% <100.00%> (-0.04%) :arrow_down:
cozepy/util.py 100.00% <100.00%> (+12.50%) :arrow_up:
tests/test_chat.py 100.00% <100.00%> (ø)
cozepy/request.py 78.87% <50.00%> (ø)