• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nephila / python-taiga / 33383913108
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pre-commit-ci-update-config
DEFAULT BRANCH: master
Ran 31 Aug 2026 10:47AM UTC
Jobs 1
Files 13
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Aug 2026 10:46AM UTC coverage: 98.269% (+0.3%) from 97.97%
33383913108

Pull #268

github

yakky
fix(mcp): close pagination bypass, stop serializing stale patch/comment state

Address 4 review comments on PR #268 (commit cb66914):

- _paginated(): filters was forwarded straight into ListResource.list(),
  so pagination=False (a client-control kwarg) or an explicit but falsy
  page/page_size (None, 0) bypassed the page-1/page_size-100 bound and
  could trigger an unbounded full-collection fetch. Strip `pagination`
  and normalize falsy page/page_size instead of dict.setdefault().

- update_*/update_*_by_id (9 call sites) and update_wiki_page:
  InstanceResource.patch() only refreshes `version` on the local object,
  not the fields the server actually applied - serializing the patched
  object directly returned stale pre-update values. Re-fetch the
  resource after patching before serializing it.

- add_comment/add_comment_by_id: CommentableResource.add_comment()
  delegates to update(), which has the same staleness issue and never
  carries the comment itself (comments are history entries, not a
  resource field). Return an explicit {"status": "commented", ...}
  acknowledgement instead of serializing the stale resource.

Updated tests/test_mcp_server.py for all of the above.
Pull Request #268: Add CLI MCP server

161 of 180 branches covered (89.44%)

1249 of 1271 relevant lines covered (98.27%)

3.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33383913108.1 31 Aug 2026 10:47AM UTC 13
98.27
GitHub Action Run
Source Files on build 33383913108
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33383913108
  • Pull Request #268
  • PR Base - master (#32742982918)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc