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

hubba / jyson / 701
100%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2018 01:05AM UTC
Jobs 5
Files 2
Run time 9s
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
701

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

2164.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 701.1 09 Oct 2018 01:05AM UTC 0
100.0
Travis Job 701.1
2 701.2 09 Oct 2018 01:05AM UTC 0
100.0
Travis Job 701.2
3 701.3 09 Oct 2018 01:05AM UTC 0
100.0
Travis Job 701.3
4 701.4 09 Oct 2018 01:05AM UTC 0
100.0
Travis Job 701.4
5 701.5 09 Oct 2018 01:05AM UTC 0
100.0
Travis Job 701.5
Source Files on build 701
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #701
  • 15878854 on github
  • Prev Build on master (#700)
  • Next Build on master (#28)
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