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

okfn / messytables / 468 / 1
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2017 01:58PM UTC
Files 16
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

07 Feb 2017 01:53PM UTC coverage: 83.825% (+0.9%) from 82.946%
468.1

push

travis-ci

web-flow
Merge pull request #166 from chfw/165-more-ods-cell-types-detected

issue 165: more ods types detected

Current ODSRowSet only detects single line text if it is lucky because the cell type detection

    cell_type = elem.attrib.get('urn:oasis:names:tc:opendocument:xmlns:office:1.0:value-type')

should have been

    cell_type = elem.attrib.get('{urn:oasis:names:tc:opendocument:xmlns:office:1.0}value-type')

And text cell could be of multiple lines. For example, the cell could have multiple tags instead of one. Current implementation read the first tag and stopped.

Without guessing, it is possible to detect from ods specification without guessing:

- currency
- percentage
- time and time delta
- boolean

And 'number-columns-repeated', which allows the value of a column to be repeated, could be detected as well.

995 of 1187 relevant lines covered (83.82%)

0.84 hits per line

Source Files on job 468.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 468
  • Travis Job 468.1
  • 66911923 on github
  • Prev Job for on master (#463.1)
  • Next Job for on master (#473.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

© 2025 Coveralls, Inc