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

wolph / mt940 / 34166390323
100%

Build:
DEFAULT BRANCH: develop
Ran 07 Sep 2026 10:22PM UTC
Jobs 1
Files 29
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

07 Sep 2026 10:21PM UTC coverage: 100.0%. Remained the same
34166390323

push

github

wolph
build: run plain pyright in strict mode next to basedpyright

The release gate runs plain pyright, CI ran only basedpyright, and the two
drifted apart unnoticed until the 5.1.1 release stopped at the gate.

Plain pyright now has its own strict config in pyrightconfig.strict.json.
It cannot share the basedpyright section: basedpyright refuses a
pyproject with both sections, a shared section makes plain pyright fall
back to standard mode over the basedpyright-only keys, and a discoverable
pyrightconfig.json would override the basedpyright section. A tox env,
a CI matrix cell and a push hook run it with that config.

The one code change is a TypeGuard for path-like sources. basedpyright
runs on pyright 1.1.412, which narrows the PathLike parameter, while the
newest released pyright, 1.1.411, leaves it unknown and reports every use
in strict mode. The guard spells the parameter out for both.

4 of 4 new or added lines in 1 file covered. (100.0%)

1817 of 1817 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34166390323.1 07 Sep 2026 10:22PM UTC 29
100.0
GitHub Action Run
Source Files on build 34166390323
  • Tree
  • List 29
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34166390323
  • d95a9c3b on github
  • Prev Build on develop (#34135062377)
  • Next Build on develop (#34281704702)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc