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

project-rig / rig / 563
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: rename_keyspace
DEFAULT BRANCH: master
Ran 22 Apr 2015 02:16PM UTC
Jobs 3
Files 77
Run time 4min
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

pending completion
563

push

travis-ci

mundya
Subscriptable MemoryIO

Allows MemoryIO to be subscripted to generate new MemoryIOs which
reference only a portion of the memory of the original MemoryIO.

For example:
```python
>>> f = controller.sdram_alloc_as_filelike(12)
>>> f.write(b"Hello, world")
>>> f.read()
b"Hello, world"
>>> g = f[0:5]
>>> g.read()
b"Hello"
>>> f.seek(0)
>>> f.read()
b"Hello, world"
```

5896 of 5896 relevant lines covered (100.0%)

3.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 563.1 22 Apr 2015 02:16PM UTC 0
100.0
Travis Job 563.1
2 563.2 22 Apr 2015 02:18PM UTC 0
100.0
Travis Job 563.2
3 563.3 22 Apr 2015 02:20PM UTC 0
100.0
Travis Job 563.3
Source Files on build 563
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #563
  • 534f16ed on github
  • Prev Build on subscript-memoryio (#554)
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