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

IntelPython / dpnp / 26363031806
78%

Build:
DEFAULT BRANCH: master
Ran 24 May 2026 03:00PM UTC
Jobs 1
Files 261
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

24 May 2026 01:49PM UTC coverage: 78.239% (-0.003%) from 78.242%
26363031806

push

github

web-flow
Resolve gh-2882 (#2930)

This PR adds a fix for gh-2882

When floats were previously converted by `convert_impl` to unsigned
integral types, they would pass through an equally sized, signed
integral type

If the float was in bounds for the unsigned integral type but out of
bounds for the signed type, however, undefined behavior could be
encountered.

This PR proposes a solution of casting to a sufficiently large
intermediate type first, before casting into the unsigned integral type.

1539 of 2874 branches covered (53.55%)

Branch coverage included in aggregate %.

26430 of 32874 relevant lines covered (80.4%)

7901.25 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
86.29
-0.27% dpnp/tensor/_elementwise_common.py
Jobs
ID Job ID Ran Files Coverage
1 26363031806.1 24 May 2026 03:00PM UTC 261
78.24
GitHub Action Run
Source Files on build 26363031806
  • Tree
  • List 261
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26363031806
  • 96397b2e on github
  • Prev Build on master (#26357963747)
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