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 logid support to CozeEventError exception #50

Closed chyroc closed 1 week ago

chyroc commented 1 week ago
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.90%. Comparing base (ea5c02b) to head (930070e). Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main      #50   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files          38       38           
  Lines        1459     1465    +6     
=======================================
+ Hits         1443     1449    +6     
  Misses         16       16           
Files with missing lines Coverage Δ
cozepy/chat/__init__.py 100.00% <100.00%> (ø)
cozepy/exception.py 100.00% <100.00%> (ø)
cozepy/model.py 100.00% <100.00%> (ø)
cozepy/request.py 97.22% <100.00%> (ø)
cozepy/workflows/runs/__init__.py 100.00% <100.00%> (ø)
tests/test_exception.py 100.00% <100.00%> (ø)
tests/test_model.py 95.45% <100.00%> (ø)