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

ultimate-notion / ultimate-notion / 27839923310
87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 05:33PM UTC
Jobs 7
Files 38
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

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

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>

26 of 32 new or added lines in 1 file covered. (81.25%)

6530 of 7430 relevant lines covered (87.89%)

6.12 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
87.89
-0.93% src/ultimate_notion/adapters/google/tasks/client.py
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.11 - 27839923310.1 19 Jun 2026 05:33PM UTC 38
87.89
GitHub Action Run
2 run-ubuntu-latest-3.14 - 27839923310.2 19 Jun 2026 05:33PM UTC 38
87.89
GitHub Action Run
3 run-ubuntu-latest-3.13 - 27839923310.3 19 Jun 2026 05:33PM UTC 38
87.89
GitHub Action Run
4 run-windows-latest-3.10 - 27839923310.4 19 Jun 2026 05:34PM UTC 38
85.1
GitHub Action Run
5 run-macos-latest-3.10 - 27839923310.5 19 Jun 2026 05:34PM UTC 38
87.89
GitHub Action Run
6 run-ubuntu-latest-3.12 - 27839923310.6 19 Jun 2026 05:33PM UTC 38
87.89
GitHub Action Run
7 run-ubuntu-latest-3.10 - 27839923310.7 19 Jun 2026 05:34PM UTC 38
87.89
GitHub Action Run
Source Files on build 27839923310
  • Tree
  • List 38
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27839923310
  • 530b7dd8 on github
  • Prev Build on main (#27839780938)
  • Next Build on main (#27840871311)
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