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

hibtc / cpymad / 373 / 5
80%
master: 92%

Build:
Build:
LAST BUILD BRANCH: macos-arm64
DEFAULT BRANCH: master
Ran 30 Nov 2017 12:59PM UTC
Files 5
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

30 Nov 2017 12:57PM UTC coverage: 80.368% (+0.03%) from 80.338%
373.5

push

travis-ci

coldfix
Fix error due to cython knowing too much about split ;)

By defining the return type of _str() as unicode, cython gains knowledge
about the expected parameters of the unicode.split method:

        unicode.split(unicode, int)

and raises:

      File "cpymad/libmadx.pyx", line 980, in cpymad.libmadx._split_header_line
        _, key, kind, value = _str(header_line).split(None, 3)
    TypeError: coercing to Unicode: need string or buffer, NoneType found

which is wrong, since clearly, split does accept None usually.

524 of 652 relevant lines covered (80.37%)

0.8 hits per line

Source Files on job 373.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 373
  • Travis Job 373.5
  • 4feba70d on github
  • Prev Job for on py2_unicode (#371.6)
  • Next Job for on py2_unicode (#374.6)
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