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

pegjs / pegjs / 605
91%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2018 06:12PM UTC
Jobs 3
Files 22
Run time 54s
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

pending completion
605

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

15643.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 605.1 24 Jan 2018 06:13PM UTC 0
90.04
Travis Job 605.1
2 605.2 24 Jan 2018 06:13PM UTC 0
90.04
Travis Job 605.2
3 605.3 24 Jan 2018 06:12PM UTC 0
90.04
Travis Job 605.3
Source Files on build 605
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #605
  • 0dab14d6 on github
  • Prev Build on master (#602)
  • Next Build on master (#606)
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