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

glass-dev / glass / 11159717808
94%

Build:
DEFAULT BRANCH: main
Ran 03 Oct 2024 09:49AM UTC
Jobs 2
Files 13
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

03 Oct 2024 09:47AM UTC coverage: 58.528%. Remained the same
11159717808

push

github

web-flow
gh-246: replace `numpy.ndarray` with `numpy.typing.NDArray` (#305)

Closes #246. Use `numpy.typing.NDArray` as the first step towards #280.
With `NDArray` we can use types, i.e. `NDArray[np.float64]`, which I'll
save for future work (#306).

I have also gone throughout and made sure anything like `ArrayLike` is
using the alias `import numpy.typing as npt`. Imports are generally in a
`if TYPE_CHECKING` block where possible.

We are using `numpy.testing` in some places. This was being aliased as
`npt`. To avoid confusion, I have removed this alias and left them as an
explicit import.

21 of 21 new or added lines in 3 files covered. (100.0%)

501 of 856 relevant lines covered (58.53%)

2.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11159717808.1 03 Oct 2024 09:49AM UTC 0
58.53
GitHub Action Run
2 11159717808.2 03 Oct 2024 09:49AM UTC 0
58.53
GitHub Action Run
Source Files on build 11159717808
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11159717808
  • 3b571fc6 on github
  • Prev Build on main (#11159152136)
  • Next Build on main (#11160426557)
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