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

hubba / jyson / 673
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: earobinson/template-opts-extended
DEFAULT BRANCH: master
Ran 05 Oct 2018 06:07PM UTC
Jobs 5
Files 2
Run time 37s
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
673

Pull #34

travis-ci

web-flow
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
Pull Request #34: Fixed a bug that caused arrays to be empty in some edge cases

33 of 33 branches covered (100.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

70 of 70 relevant lines covered (100.0%)

2164.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 673.1 05 Oct 2018 06:08PM UTC 0
100.0
Travis Job 673.1
2 673.2 05 Oct 2018 06:07PM UTC 0
100.0
Travis Job 673.2
3 673.3 05 Oct 2018 06:08PM UTC 0
100.0
Travis Job 673.3
4 673.4 05 Oct 2018 06:08PM UTC 0
100.0
Travis Job 673.4
5 673.5 05 Oct 2018 06:08PM UTC 0
100.0
Travis Job 673.5
Source Files on build 673
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #673
  • Pull Request #34
  • PR Base - master (#651)
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