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

ultimate-notion / ultimate-notion / 27839923310 / 6
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 05:34PM UTC
Files 38
Run time 1s
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

19 Jun 2026 05:29PM UTC coverage: 87.887% (-0.04%) from 87.924%
27839923310.6

push

github

web-flow
Drop GTaskList __iter__ override ignore via composition over BaseModel (#234)

GTaskList subclassed the pydantic GObject/BaseModel, so its
`__iter__ -> Iterator[GTask]` was an incompatible override of
`BaseModel.__iter__` (which yields `(field, value)` pairs) and needed a
`# type: ignore[override]`.

Wrap the JSON fields in a `_GTaskListData(GObject)` model and make
GTaskList a plain class holding one, delegating its data fields and
equality. `GTaskList.__iter__` now overrides nothing, so the ignore is
removed at the root rather than suppressed, with no public API change.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

6530 of 7430 relevant lines covered (87.89%)

0.88 hits per line

Source Files on job run-ubuntu-latest-3.12 - 27839923310.6
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27839923310
  • 530b7dd8 on github
  • Prev Job for on main (#27839780938.7)
  • Next Job for on main (#27840871311.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc