Skip to content

Fix ObjectContent TypedDict to allow empty dict for system messages

074771c
Select commit
Loading
Failed to load commit list.
Open

Drop sync API for Activity, Notes, User Status, Weather Status #405

Fix ObjectContent TypedDict to allow empty dict for system messages
074771c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 19, 2026 in 0s

93.55% (-0.44%) compared to 5b2720e

View this Pull Request on Codecov

93.55% (-0.44%) compared to 5b2720e

Details

Codecov Report

❌ Patch coverage is 66.66667% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.55%. Comparing base (5b2720e) to head (074771c).

Files with missing lines Patch % Lines
nc_py_api/talk_bot.py 16.66% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
- Coverage   93.99%   93.55%   -0.44%     
==========================================
  Files          45       45              
  Lines        5392     5211     -181     
==========================================
- Hits         5068     4875     -193     
- Misses        324      336      +12     
Files with missing lines Coverage Δ
nc_py_api/_version.py 100.00% <100.00%> (ø)
nc_py_api/activity.py 100.00% <100.00%> (ø)
nc_py_api/nextcloud.py 94.78% <100.00%> (-1.48%) ⬇️
nc_py_api/notes.py 100.00% <100.00%> (ø)
nc_py_api/user_status.py 98.43% <100.00%> (+0.54%) ⬆️
nc_py_api/weather_status.py 100.00% <100.00%> (ø)
nc_py_api/talk_bot.py 60.73% <16.66%> (-1.14%) ⬇️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.