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

ultimate-notion / ultimate-notion / 27880264228 / 3
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 20 Jun 2026 06:41PM UTC
Files 38
Run time 0s
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

20 Jun 2026 06:37PM UTC coverage: 87.9%. Remained the same
27880264228.3

push

github

web-flow
Drop mypy disallow_untyped_calls/decorators relaxations (#241)

* Drop mypy disallow_untyped_calls/decorators relaxations

Remove the disallow_untyped_calls = false and
disallow_untyped_decorators = false overrides so mypy strict defaults
apply; the codebase already passes both.

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

* Ignore no-untyped-call for google-auth credential calls

The google-auth library ships untyped from_authorized_user_file and
Request, which strict disallow_untyped_calls now flags. Add targeted
type: ignore[no-untyped-call] comments.

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

* Treat IPython as Any in mypy to avoid no-untyped-call

IPython ships no type information, so its untyped helpers (display_html,
get_ipython, display_markdown) trigger no-untyped-call under strict mode
when IPython is installed. Use follow_imports = skip so they resolve to
Any regardless of whether IPython is present.

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

* Use inline ignores for IPython's untyped helpers

main added ipython to the lint env so mypy checks against its real
types. Drop the broad follow_imports = skip override (which discarded
those types) in favour of targeted type: ignore[no-untyped-call] on the
four call sites whose IPython helpers ship no annotations.

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

---------

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

6538 of 7438 relevant lines covered (87.9%)

0.88 hits per line

Source Files on job run-ubuntu-latest-3.13 - 27880264228.3
  • Tree
  • List 38
  • Changed 5
  • Source Changed 5
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27880264228
  • 36ee4833 on github
  • Prev Job for on main (#27879265608.5)
  • Next Job for on main (#27880271982.6)
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