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

frictionlessdata / tableschema-js / 576 / 2
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2019 03:51PM UTC
Files 35
Run time 3s
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

10 Dec 2019 03:49PM UTC coverage: 90.022% (-0.01%) from 90.036%
576.2

push

travis-ci

roll
Fix binary format implementation (#161)

Base64 strings end with 0, 1 or 2 '=' characters. It's incorrect to
assume that they always end with "==".

I think we also have to remove inference for binary strings because:

- almost all "normal" strings which length is a multiple of 4 are also valid
  base64 strings
- we could detect if the strings end with a '=' character. But this
  would only occur with a probability of 2/3, whereas the threshold is
  set to 0.75 (`const INFER_CONFIDENCE = 0.75`)

442 of 520 branches covered (85.0%)

Branch coverage included in aggregate %.

812 of 873 relevant lines covered (93.01%)

1991.6 hits per line

Source Files on job 576.2
  • Tree
  • List 0
  • Changed 19
  • Source Changed 2
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 539
  • Travis Job 576.2
  • b448d332 on github
  • Prev Job for on master (#574.1)
  • Next Job for on master (#577.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