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

noahmorrison / chevron / 30 / 4
95%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 15 Jan 2015 07:57PM UTC
Files 5
Run time 4s
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

15 Jan 2015 07:50PM UTC coverage: 94.882%. Remained the same
30.4

push

travis-ci

noahmorrison
Fixed _get_key returning prematurely.

Variables where clobbering other variables... badness happened

When given

```child.ms
{{# container }}
    {{ sibbling.child }}
{{/ container}}
```

```child.json
{
    "container": [1,2,3],
    "sibbling": {
        "child": "Just me."
    }
}
```

it was returning

```wrong.txt
 {'child': 'Just me.'}
 {'child': 'Just me.'}
 {'child': 'Just me.'}
```

but now returns

```correct.txt
  Just me.
  Just me.
  Just me.
```

241 of 254 relevant lines covered (94.88%)

0.95 hits per line

Source Files on job 30.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30
  • Travis Job 30.4
  • ddce492b on github
  • Prev Job for on debugger (#29.4)
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