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

jakirkham / pysharedmem / 108 / 1
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: mk_char_arr
DEFAULT BRANCH: master
Ran 08 Aug 2018 04:40PM UTC
Files 1
Run time 1s
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

08 Aug 2018 04:37PM UTC coverage: 86.885% (+0.4%) from 86.441%
PYVER="36"

Pull #5

travis-ci

web-flow
Create a trivial char array object

This builds up a basic char array object in C with some Python trappings
for handling construction and cleanup of the object. Otherwise provides
no interface for accessing this object in Python. Since it's purpose is
merely to manage a block of memory requested by the user to be passed
off and used by other objects that implement the buffer protocol, there
is no need for it to have other functionality. It simply allocates
memory from Python's memory allocator and frees it on cleanup.
Implements the buffer protocol in Cython for this object. Thus allowing
the memory allocated to be reused by NumPy arrays or other Python
objects that support the buffer protocol.
Pull Request #5: Create a trivial char array object

8 of 13 branches covered (61.54%)

Branch coverage included in aggregate %.

45 of 48 relevant lines covered (93.75%)

0.94 hits per line

Source Files on job 108.1 (PYVER="36")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 17862045
  • Travis Job 108.1
  • 6f80f40e on github
  • Prev Job for on mk_char_arr (#189.1)
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