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

Mingun / pegjs
90%
master: 93%

Build:
Build:
LAST BUILD BRANCH: optimize-silent-fails
DEFAULT BRANCH: master
Repo Added 17 Dec 2017 07:16AM UTC
Files 2
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 comments
branch: comments
CHANGE BRANCH
x
Reset
  • comments
  • annotations
  • auto-labels
  • hide-pegjs-internals
  • import-feature-syntax
  • improve-error-messages
  • include-pass
  • master
  • namespaces
  • optimize-silent-fails
  • trunk

pending completion
177

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

15643.37 hits per line

Relevant lines Covered
Build:
Build:
2669 RELEVANT LINES 2477 COVERED LINES
15643.37 HITS PER LINE
Source Files on comments
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
177 comments 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 m... push 24 Jan 2018 05:42PM UTC Mingun travis-ci pending completion  
See All Builds (55)
  • 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

© 2025 Coveralls, Inc