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

fortyninemaps / karta / 652
87%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2017 08:51PM UTC
Jobs 3
Files 69
Run time 2min
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
652

push

travis-ci

njwilson23
override empty data arg in multipart constructor

geojson reader provides an empty dictionary when no "data-like" property
attributes are found, but Multipart takes a non-None dictionary as an
argument for creating a Table.

When provided a dictionary with length different than the vertices, an
inconsistent geometry is created, which will fail if indexed past the
length of the Table instance.

New behaviour is to replace an empty dictionary with an empty table of
the correct length, and raise ValueError when a non-empty dictionary
doesn't match the number of vertices

Furthermore, lists are no longer accepted as a value to the *data*
keyword argument. An AttributeError will be raised because lists lack a
`.items()` method.

9322 of 10899 relevant lines covered (85.53%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 652.1 15 Jan 2017 08:54PM UTC 0
85.44
Travis Job 652.1
2 652.2 15 Jan 2017 08:51PM UTC 0
85.58
Travis Job 652.2
3 652.3 15 Jan 2017 08:51PM UTC 0
85.58
Travis Job 652.3
Source Files on build 652
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #652
  • 3c48a702 on github
  • Prev Build on master (#650)
  • Next Build on master (#658)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc