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

pegjs / pegjs / 605 / 3
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2018 06:12PM UTC
Files 22
Run time 27s
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 06:10PM UTC coverage: 90.037% (+0.08%) from 89.955%
605.3

push

travis-ci

futagoza
Add ability to extract comments from the grammar (#511)

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 605.3
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 605
  • Travis Job 605.3
  • 0dab14d6 on github
  • Prev Job for on master (#602.1)
  • Next Job for on master (#606.1)
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