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

hubba / jyson / 701 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2018 01:05AM UTC
Files 2
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

05 Oct 2018 07:12PM UTC coverage: 100.0%. Remained the same
701.2

cron

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

432.8 hits per line

Source Files on job 701.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 646
  • Travis Job 701.2
  • 15878854 on github
  • Prev Job for on master (#700.4)
  • Next Job for on master (#28.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