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

dask / dask-image / 26520311523
99%

Build:
DEFAULT BRANCH: main
Ran 28 May 2026 07:17AM UTC
Jobs 1
Files 26
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

27 May 2026 03:15PM UTC coverage: 99.123% (-0.3%) from 99.419%
26520311523

push

github

web-flow
fix(security): use of assert statements for input validation in p (#435)

The file `dask_image/ndfourier/_utils.py` uses Python `assert` statements for input validation (e.g., lines checking `issubclass(dtype, numbers.Real)`). Assert statements can be disabled globally when Python is run with the `-O` (optimize) flag, which would bypass these checks entirely. This could allow invalid inputs to propagate through the code, potentially causing crashes, incorrect results, or undefined behavior in production environments where optimized Python execution is used.

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>

767 of 775 branches covered (98.97%)

Branch coverage included in aggregate %.

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

1154 of 1163 relevant lines covered (99.23%)

12.88 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
92.0
-8.0% dask_image/ndfourier/_utils.py
Jobs
ID Job ID Ran Files Coverage
1 run- - 26520311523.1 28 May 2026 07:17AM UTC 26
99.12
GitHub Action Run
Source Files on build 26520311523
  • Tree
  • List 26
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26520311523
  • e1a03583 on github
  • Prev Build on main (#26462423697)
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