coze-dev / coze-py

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

feat: Add iteration support to paginator #66

Closed chyroc closed 4 days ago

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

Codecov Report

Attention: Patch coverage is 96.77996% with 18 lines in your changes missing coverage. Please review.

Project coverage is 98.33%. Comparing base (ea2f3b4) to head (83775a9). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cozepy/model.py 90.95% 18 Missing :warning:
@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   98.81%   98.33%   -0.49%     
==========================================
  Files          38       38              
  Lines        2364     2763     +399     
==========================================
+ Hits         2336     2717     +381     
- Misses         28       46      +18     
Files with missing lines Coverage Δ
cozepy/__init__.py 100.00% <ø> (ø)
cozepy/bots/__init__.py 100.00% <100.00%> (ø)
cozepy/conversations/message/__init__.py 100.00% <100.00%> (ø)
cozepy/knowledge/documents/__init__.py 100.00% <100.00%> (ø)
cozepy/request.py 98.33% <100.00%> (+0.04%) :arrow_up:
cozepy/workspaces/__init__.py 100.00% <100.00%> (ø)
tests/test_bot.py 100.00% <100.00%> (ø)
tests/test_conversation_message.py 100.00% <100.00%> (ø)
tests/test_knowledge_documents.py 100.00% <100.00%> (ø)
tests/test_model.py 93.93% <100.00%> (-1.07%) :arrow_down:
... and 3 more