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

widesky / hszinc / 200
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 13 May 2018 11:46PM UTC
Jobs 6
Files 14
Run time 1min
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
200

push

travis-ci

SamuelToh
Merged bugfix/WC-1382-unicode-fix into develop

* WC-1391: parser tests: Add test case.

    This is an actual grid returned by our WideSky instance that made
    `hszinc` choke.  Now to fix the cause.

* WC-1391: zincparser: Improve error reporting.

    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 ... (continued)

1165 of 1189 relevant lines covered (97.98%)

5.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 200.1 13 May 2018 11:46PM UTC 0
97.73
Travis Job 200.1
2 200.2 13 May 2018 11:46PM UTC 0
97.48
Travis Job 200.2
3 200.3 13 May 2018 11:46PM UTC 0
97.48
Travis Job 200.3
4 200.4 13 May 2018 11:46PM UTC 0
97.48
Travis Job 200.4
5 200.5 13 May 2018 11:47PM UTC 0
97.73
Travis Job 200.5
6 200.6 13 May 2018 11:48PM UTC 0
97.48
Travis Job 200.6
Source Files on build 200
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #200
  • 1ab52e98 on github
  • Prev Build on develop (#198)
  • Next Build on develop (#201)
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