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

FEniCS / ffcx / 32020921335
85%
main: 85%

Build:
Build:
LAST BUILD BRANCH: dokken/turn_on_cancel_jacobians
DEFAULT BRANCH: main
Ran 17 Aug 2026 10:40AM UTC
Jobs 1
Files 59
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

17 Aug 2026 10:35AM UTC coverage: 84.786% (+0.01%) from 84.776%
32020921335

push

github

web-flow
Fix mypy errors from numba 0.67 type stubs (#854)

numba 0.67.0 ships py.typed and stub files. from_dtype is now typed as
overloads over np.dtype[ScalarT] | type[ScalarT] for concrete scalar
types, so passing npt.DTypeLike (which includes str, list, _DTypeDict,
...) matches no overload and mypy fails with four arg-type errors.

Normalise with np.dtype() before calling from_dtype, and hoist the
conversions out of the argument list. This keeps the public DTypeLike
signature, and additionally makes string dtypes work at runtime, which
previously raised NumbaNotImplementedError despite being valid
DTypeLike.

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

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

4213 of 4969 relevant lines covered (84.79%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32020921335.1 17 Aug 2026 10:40AM UTC 59
84.79
GitHub Action Run
Source Files on build 32020921335
  • Tree
  • List 59
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1a5f166c on github
  • Prev Build on main (#31371510889)
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