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

Mingun / pegjs / 177 / 3
90%
master: 93%

Build:
Build:
LAST BUILD BRANCH: optimize-silent-fails
DEFAULT BRANCH: master
Ran 24 Jan 2018 05:42PM UTC
Files 22
Run time 2s
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

24 Jan 2018 05:40PM UTC coverage: 90.037%. First build
177.3

push

travis-ci

Mingun
Add ability to extract comments from the grammar

All comments stored in the `comments` property of the `grammar` node.
Comments extracted only if the `extractComments` options set to `true` when you generate parser.
This property is object with mapping start offset of comment to comment object, that looks like:

```js
{
  text: 'text in the comment, just after // or /* and before */',
  multiline: true|false,// true for /**/ comments, false for // comments
  location: location()
}
```

948 of 1135 branches covered (83.52%)

Branch coverage included in aggregate %.

2477 of 2669 relevant lines covered (92.81%)

5214.46 hits per line

Source Files on job 177.3
  • 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 177
  • Travis Job 177.3
  • ac8d2b77 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