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

noahmorrison / chevron
95%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 19 Nov 2014 03:24AM UTC
Files 5
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

LAST BUILD ON BRANCH debugger
branch: debugger
CHANGE BRANCH
x
Reset
  • debugger
  • 0.10.0
  • 0.11.0
  • 0.11.1
  • 0.12.0
  • 0.12.1
  • 0.12.2
  • 0.9
  • HEAD
  • improved-warn
  • main
  • master
  • travis-testing
  • update-travis

pending completion
30

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

4.7 hits per line

Relevant lines Covered
Build:
Build:
254 RELEVANT LINES 241 COVERED LINES
4.7 HITS PER LINE
Source Files on debugger
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30 debugger 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":... push 15 Jan 2015 07:56PM UTC noahmorrison travis-ci pending completion  
29 debugger Add the beginnings of a postmortem debugger The debugger will only activate when * debugging is set to True * debugger.py exists * The template raised a SyntaxError Otherwise it will act like normal push 23 Dec 2014 04:48AM UTC noahmorrison travis-ci pending completion  
See All Builds (170)
  • Repo on GitHub
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