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

ska-sa / spead2 / 7693448374
70%
master: 79%

Build:
Build:
LAST BUILD BRANCH: v4.4.1
DEFAULT BRANCH: master
Ran 29 Jan 2024 08:55AM UTC
Jobs 1
Files 84
Run time 6s
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

29 Jan 2024 08:52AM UTC coverage: 70.416% (+0.06%) from 70.354%
7693448374

Pull #304

github

bmerry
Support slice indexing on HeapReferenceList

This is a convenience for sending a partial list at the start or end
of transmission. It's not optimal because it performs O(n)
reference-counting operations (which is what HeapReferenceList was
created to avoid), but that's no worse than Python list slicing. The
alternative would be to build something akin to numpy's indexing, which
just gives a view of the base object, but that would add a lot of
complexity.
Pull Request #304: Support slice indexing on HeapReferenceList

22 of 23 new or added lines in 1 file covered. (95.65%)

4946 of 7024 relevant lines covered (70.42%)

90930.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7693448374.1 29 Jan 2024 08:55AM UTC 0
70.42
GitHub Action Run
Source Files on build 7693448374
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #304
  • PR Base - master (#7625160801)
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