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: Standardize and enhance various components #70

Closed chyroc closed 3 days ago

chyroc commented 3 days ago
codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 90.65421% with 10 lines in your changes missing coverage. Please review.

Project coverage is 98.02%. Comparing base (ebfbc08) to head (6acf830). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cozepy/chat/__init__.py 74.35% 10 Missing :warning:
@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
- Coverage   98.34%   98.02%   -0.33%     
==========================================
  Files          38       38              
  Lines        2782     2832      +50     
==========================================
+ Hits         2736     2776      +40     
- Misses         46       56      +10     
Files with missing lines Coverage Δ
cozepy/auth/__init__.py 93.10% <100.00%> (ø)
cozepy/files/__init__.py 100.00% <100.00%> (ø)
cozepy/knowledge/documents/__init__.py 100.00% <100.00%> (ø)
tests/test_auth.py 100.00% <100.00%> (ø)
tests/test_chat.py 100.00% <100.00%> (ø)
tests/test_chat_message.py 100.00% <100.00%> (ø)
tests/test_conversation_message.py 100.00% <100.00%> (ø)
tests/test_knowledge_documents.py 100.00% <ø> (ø)
cozepy/chat/__init__.py 95.68% <74.35%> (-4.32%) :arrow_down: