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

frictionlessdata / dpm-py / 94 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2017 09:33AM UTC
Files 9
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

15 Mar 2017 09:32AM UTC coverage: 94.537% (+1.5%) from 93.035%
TOXENV="py${PYTHON_VERSION//./}"

Pull #90

travis-ci

web-flow
[publish][m]: fix the validation for non tabular data

We use goodtable for validate tabular data. In the previous implementation
we used to pass datapackage.json as an argument to goodtables.Inspector.
The problem was that, if any non tabular data present in datapackage it was
also trying to validate that. That is what we could not publish any non tabular data.

In this commit, tried to iterate through all data and validate one by one if it is tabular
 data. We just simply skip the validation if the data is non tabular.

 We try to determine if the data is tabular or not from the descriptor format, mediatype or simply
 checking the file ends with csv or not.

 Added one fixture geojson data for test and fixed two old tests as in this implementation the
 report format has been changed.

Fixes : #89
Pull Request #90: [publish][m]: fix the validation for non tabular data

398 of 421 relevant lines covered (94.54%)

0.95 hits per line

Source Files on job 94.1 (TOXENV="py${PYTHON_VERSION//./}")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 94
  • Travis Job 94.1
  • 554c0b10 on github
  • Prev Job for TOXENV="py${PYTHON_VERSION//./}" on master (#93.1)
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