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

jakirkham / pysharedmem / 108
87%
master: 87%

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

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

7 of 12 branches covered (58.33%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

45 of 48 relevant lines covered (93.75%)

2.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 108.1 (PYVER="36") 08 Aug 2018 04:40PM UTC 0
86.89
Travis Job 108.1
2 108.2 (PYVER="35") 08 Aug 2018 04:40PM UTC 0
86.89
Travis Job 108.2
3 108.3 (PYVER="27") 08 Aug 2018 04:40PM UTC 0
86.89
Travis Job 108.3
Source Files on build 108
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #108
  • Pull Request #5
  • PR Base - master (#189)
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