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

medcat / antelope / 30 / 4
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 07 Jul 2014 11:57PM UTC
Files 41
Run time 23s
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

07 Jul 2014 11:55PM UTC coverage: 74.337% (-2.7%) from 77.049%
jruby-19mode

push

travis-ci

medcat
Add panic mode, change directive behavior

Panic mode for the ruby parser; if it encounters a token that it
cannot handle, and both the directives `panic-mode` and
`ruby.error-class` were defined, the parser is able to enter panic
mode and attempt recovery.  If only `ruby.error-class` is defined,
it raises the class given by that directive.  Otherwise, it calls the
method `handle_error`.

Directives are set up so that they _must_ be allowed by any of the
generators; otherwise, the compiler will error.  This is to help the
developer by preventing typos that would otherwise cause unintended
behavior.

Blocks in the scanner now check for lexigraphical context; if a brace
is found within a string, it is ignored; if it's found in a comment,
it's ignored.

785 of 1056 relevant lines covered (74.34%)

9.53 hits per line

Source Files on job 30.4 (jruby-19mode)
  • Tree
  • List 0
  • Changed 16
  • Source Changed 11
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30
  • Travis Job 30.4
  • 66966b17 on github
  • Prev Job for jruby-19mode on master (#29.4)
  • Next Job for jruby-19mode on master (#31.4)
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