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

IntelPython / dpnp / 13011309323
81%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2025 01:44PM UTC
Jobs 1
Files 202
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

28 Jan 2025 01:17PM UTC coverage: 71.302%. Remained the same
13011309323

push

github

web-flow
Declaring required dependencies for wheel package (#2283)

The wheel package misses `requires_dist` entry in package info, but dpnp
package has a decency on numpy and dpctl packages.
The PR proposes to declare required dependencies in `setup.py`.

Thus the package info of dpnp wheel package built in public CI will
include:
```bash
requires_python: >=3.9,<3.14
requires_dist: ['dpctl>=0.19.0dev0', 'numpy']
```
and for internal CI:
```bash
requires_python: >=3.9,<3.14
requires_dist: ['dpctl>=0.19.0dev0', 'numpy', 'dpcpp-cpp-rt', 'onemkl-sycl-blas', 'onemkl-sycl-dft', 'onemkl-sycl-lapack', 'onemkl-sycl-rng', 'onemkl-sycl-stats', 'onemkl-sycl-vm']
```

Note that this PR also specifies a requirement on supported range of
python versions.

4565 of 9402 branches covered (48.55%)

Branch coverage included in aggregate %.

16795 of 20555 relevant lines covered (81.71%)

20806.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13011309323.1 28 Jan 2025 01:45PM UTC 202
71.3
GitHub Action Run
Source Files on build 13011309323
  • Tree
  • List 202
  • Changed 18
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • df307dd1 on github
  • Prev Build on master (#12998858966)
  • Next Build on master (#13014011979)
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

© 2025 Coveralls, Inc