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

widesky / hszinc / 230 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2019 07:15AM UTC
Files 14
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

14 May 2018 12:02AM UTC coverage: 97.729%. Remained the same
230.1

cron

travis-ci

sjlongland
WC-1489: Merge branch 'release/1.2.2'

Error reporting enhancement in ZINC mode.  This improves on the error
reporting when parsing ZINC grids:

> Now, if an error is detected in a ZINC grid, an exception is thrown
> which gives the location of the error in both human and machine-readable
> forms:
>
> ```
> ======================================================================
> ERROR: tests.test_parser.test_list_v2
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/home/stuartl/vrt/projects/widesky/sdk/hszinc/tests/test_parser.py", line 657, in test_list_v2
>     ''')
>   File "/home/stuartl/vrt/projects/widesky/sdk/hszinc/hszinc/parser.py", line 48, in parse
>     return list(map(_parse, GRID_SEP.split(grid_str.rstrip())))
>   File "/home/stuartl/vrt/projects/widesky/sdk/hszinc/hszinc/parser.py", line 58, in parse_grid
>     return parse_zinc_grid(grid_str)
>   File "/home/stuartl/vrt/projects/widesky/sdk/hszinc/hszinc/zincparser.py", line 559, in parse_grid
>     g.extend(map(_parse_row, filter(lambda gp : bool(gp[1]), enumerate(grid_parts))))
>   File "/home/stuartl/vrt/projects/widesky/sdk/hszinc/hszinc/zincparser.py", line 550, in _parse_row
>     grid_data, line_num, pe.col)
> ZincParseException: Failed to parse row: Expected end of text (at char 3), (line:3, col:4)
>     .-------------------------------------------------------------------------------------.
>    1| ver:"2.0"                                                                           |
>    2| ix,list,                                                       dis                  |
>    3 >00,[],                                                         "An empty list"     <
>     |   .^.                                                                               |
>    4| 01,[N],                             ... (continued)

1162 of 1189 relevant lines covered (97.73%)

0.98 hits per line

Source Files on job 230.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 219
  • Travis Job 230.1
  • 9bd8aed2 on github
  • Prev Job for on master (#224.1)
  • Next Job for on master (#233.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