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

hydralang / ptk / 17
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.5.0
DEFAULT BRANCH: master
Ran 18 Mar 2020 05:09PM UTC
Jobs 2
Files 30
Run time 17s
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

18 Mar 2020 05:07PM UTC coverage: 100.0%. Remained the same
17

Pull #2

travis-ci

web-flow
Properly detect EOF from source

While developing a utility recognizer, it was realized that the lexer
state did not have a reliable way of determining if there were more
characters to retrieve from the character stream.  Such a call cannot be
added to the ordinary CharStream, because not all versions know that
without trying to return a character, so this commit adds a More method to
the BackTracker type and updates lexer.State to utilize this method.  This
will ensure that lexer.State.Next does not attempt to call a recognizer
unless there is input for it to consume, and the recognizer need do
nothing special to handle EOF.
Pull Request #2: Utility work

216 of 216 new or added lines in 14 files covered. (100.0%)

1397 of 1397 relevant lines covered (100.0%)

8.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17.1 18 Mar 2020 05:09PM UTC 0
100.0
Travis Job 17.1
2 17.2 18 Mar 2020 05:09PM UTC 0
100.0
Travis Job 17.2
Source Files on build 17
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #17
  • Pull Request #2
  • PR Base - master (#13)
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