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

hubba / jyson / 676
100%

Build:
DEFAULT BRANCH: master
Ran 05 Oct 2018 07:13PM UTC
Jobs 5
Files 2
Run time 12s
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
676

push

travis-ci

web-flow
Fixed a bug that caused arrays to be empty in some edge cases (#34)

* Fixed a bug that caused arrays to be empty in some edge cases:

```
templateFunction = jyson.buildTemplateFunction({
  a: [{
    a: 'a.$.a',
    b: 'b.b',
  }]
});
templateFunction({
  a: [{ a: 0 }, { a: 1 }],
  b: { b: false },
})
```
- would return `{ a: [] }` not `{ a: [ { a: 0, b: false }, { a: 1, b: false } ] }`
- added `.npmignore` file to keep package file smaller
- cleaned up some test cases

* correct spelling of handle

33 of 33 branches covered (100.0%)

Branch coverage included in aggregate %.

70 of 70 relevant lines covered (100.0%)

2164.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 676.1 05 Oct 2018 07:13PM UTC 0
100.0
Travis Job 676.1
2 676.2 05 Oct 2018 07:13PM UTC 0
100.0
Travis Job 676.2
3 676.3 05 Oct 2018 07:13PM UTC 0
100.0
Travis Job 676.3
4 676.4 05 Oct 2018 07:13PM UTC 0
100.0
Travis Job 676.4
5 676.5 05 Oct 2018 07:14PM UTC 0
100.0
Travis Job 676.5
Source Files on build 676
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #676
  • 15878854 on github
  • Prev Build on master (#670)
  • Next Build on master (#698)
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