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

jakirkham / cybuffer / 191 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: empty_dims_tuple
DEFAULT BRANCH: master
Ran 24 Nov 2018 10:15PM UTC
Files 1
Run time 0s
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

24 Nov 2018 10:12PM UTC coverage: 100.0%. Remained the same
PYVER="3.6"

Pull #18

travis-ci-com

web-flow
Handle different unicode typecodes

In some cases the unicode typecode `"w"` shows up, but it is not well
documented and is on its way out as well. That said, the code assumed
this to be UCS4. This may very well be true, but it is a bit unclear.
Similarly on Python 2, it seems that the unicode typecode `"u"` can mean
either UCS2 or UCS4. Given the confusion about the unicode typecodes,
lump all comparisons of them together and simply handle casting based on
`itemsize`. This should avoid getting into any technical issues of these
legacy types while still maintaining the intended behavior (casting to
an appropriately sized unsigned integer). While we are at it, go ahead
skip defining these legacy types as they don't have as a clear of a
mapping as one might initially think.
Pull Request #18: Handle array format fixes with C strings

20 of 20 branches covered (100.0%)

Branch coverage included in aggregate %.

60 of 60 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 191.2 (PYVER="3.6")
  • 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 97
  • Travis Job 191.2
  • 161eeb5b on github
  • Prev Job for PYVER="3.6" on use_c_str_cmp_array (#185.2)
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