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

ultimate-notion / ultimate-notion / 27835540209
87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 03:51PM 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 03:49PM UTC coverage: 87.937%. Remained the same
27835540209

push

github

web-flow
Drop obj_ref setter covariance type: ignore via a covariant self-view (#226)

`Wrapper.obj_ref`'s setter took the covariant `GT_co`, which is unsound in an
input position and required a `# type: ignore[misc]`. Both `self` and the value
are now typed against `GenericObject` (the upper bound of `GT_co`); annotating
`self: Wrapper[GenericObject]` is a sound upcast because `Wrapper` is genuinely
covariant, so the assignment to `_obj_ref` type-checks without a cast. The
getter still narrows reads to `GT_co`. `Relation` overrides the getter and thus
re-declares the setter, so it gets the same widening to stay contravariant with
the base. Annotation-only: no runtime change, no new mypy/ruff errors.

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

2 of 2 new or added lines in 2 files covered. (100.0%)

6510 of 7403 relevant lines covered (87.94%)

6.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest-3.10 - 27835540209.1 19 Jun 2026 03:51PM UTC 38
87.94
GitHub Action Run
2 run-windows-latest-3.10 - 27835540209.2 19 Jun 2026 03:54PM UTC 38
85.14
GitHub Action Run
3 run-ubuntu-latest-3.10 - 27835540209.3 19 Jun 2026 03:52PM UTC 38
87.94
GitHub Action Run
4 run-ubuntu-latest-3.13 - 27835540209.4 19 Jun 2026 03:52PM UTC 38
87.94
GitHub Action Run
5 run-ubuntu-latest-3.14 - 27835540209.5 19 Jun 2026 03:51PM UTC 38
87.94
GitHub Action Run
6 run-ubuntu-latest-3.11 - 27835540209.6 19 Jun 2026 03:51PM UTC 38
87.94
GitHub Action Run
7 run-ubuntu-latest-3.12 - 27835540209.7 19 Jun 2026 03:51PM UTC 38
87.94
GitHub Action Run
Source Files on build 27835540209
  • Tree
  • List 38
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27835540209
  • 9afc15f8 on github
  • Prev Build on main (#27834467012)
  • Next Build on main (#27836963925)
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