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

ultimate-notion / ultimate-notion / 27847149720
87%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2026 08:34PM 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 08:32PM UTC coverage: 87.897% (+0.01%) from 87.887%
27847149720

push

github

web-flow
Set mypy to strict mode (#235)

* Set mypy to strict mode

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

* Resolve strict-mode type errors at the source

Strict mode newly enables no_implicit_reexport and strict_equality.
Rather than blanket-ignoring the resulting errors, fix them properly:

- Import re-exported names from their defining module (e.g. core types
  from obj_api.core, DateTimeOrRange from utils, render_md from markdown,
  User from user, MAX_PAGE_SIZE from obj_api.iterator, Result from
  click.testing) so no_implicit_reexport is satisfied without churn.
- Call pendulum's local_timezone via `from pendulum.tz import
  local_timezone` to avoid the submodule/function name collision that
  made mypy see a module ("Module not callable").
- Give the children-tuple and Workspace-sentinel comparisons types that
  keep the intended runtime checks while satisfying strict_equality.

Scope missing-import handling instead of a blanket ignore:

- Drop the global ignore_missing_imports; add per-module overrides only
  for libraries that genuinely ship no types (googleapiclient,
  google_auth_oauthlib, IPython, mktestdocs, vcr).
- Add the typed deps (pytest, hypothesis, pandas-stubs) to the lint env
  so they are type-checked for real. This surfaced and fixed real bugs
  in conftest: CallInfo[Any], an excinfo None-guard, config.rootpath
  over the untyped rootdir, and a Literal scope for vcr_fixture.

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

---------

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

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

6536 of 7436 relevant lines covered (87.9%)

6.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-3.13 - 27847149720.1 19 Jun 2026 08:34PM UTC 38
87.9
GitHub Action Run
2 run-ubuntu-latest-3.11 - 27847149720.2 19 Jun 2026 08:34PM UTC 38
87.9
GitHub Action Run
3 run-ubuntu-latest-3.10 - 27847149720.3 19 Jun 2026 08:35PM UTC 38
87.9
GitHub Action Run
4 run-ubuntu-latest-3.14 - 27847149720.4 19 Jun 2026 08:34PM UTC 38
87.9
GitHub Action Run
5 run-windows-latest-3.10 - 27847149720.5 19 Jun 2026 08:36PM UTC 38
85.11
GitHub Action Run
6 run-ubuntu-latest-3.12 - 27847149720.6 19 Jun 2026 08:34PM UTC 38
87.9
GitHub Action Run
7 run-macos-latest-3.10 - 27847149720.7 19 Jun 2026 08:35PM UTC 38
87.9
GitHub Action Run
Source Files on build 27847149720
  • Tree
  • List 38
  • Changed 11
  • Source Changed 11
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27847149720
  • e73b0d64 on github
  • Prev Build on main (#27840871311)
  • Next Build on main (#27866354819)
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