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

frictionlessdata / tableschema-js / 576
90%

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

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%)

3983.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 576.1 10 Dec 2019 03:51PM UTC 0
90.02
Travis Job 576.1
2 576.2 10 Dec 2019 03:51PM UTC 0
90.02
Travis Job 576.2
Source Files on build 576
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #576
  • b448d332 on github
  • Prev Build on master (#574)
  • Next Build on master (#577)
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