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

hydralang / ptk / 9
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.5.0
DEFAULT BRANCH: master
Ran 15 Mar 2020 01:45AM UTC
Jobs 2
Files 20
Run time 5s
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

15 Mar 2020 01:43AM UTC coverage: 100.0%. First build
9

push

travis-ci

klmitch
Create the scanner

This commit contains the scanner.  A scanner is a CharStream that returns
consecutive runes from an io.Reader object.  The scanner is also
responsible for handling line endings; this is done through the LineStyle
type, of which four are available: UNIXLineStyle, MacLineStyle,
DOSLineStyle, and UnknownLineStyle, which guesses the line ending style
from the contents.  The scanner can use a kent.Reporter object for
reporting an encoding error in the input, but it simply returns a
utf8.RuneError rune for such encoding errors and continues processing.
Any read errors are reported at the end of the scan when returning the
common.EOF to indicate end of file.

935 of 935 relevant lines covered (100.0%)

8.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9.1 15 Mar 2020 01:45AM UTC 0
100.0
Travis Job 9.1
2 9.2 15 Mar 2020 01:45AM UTC 0
100.0
Travis Job 9.2
Source Files on build 9
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9
  • 50c822c3 on github
  • Next Build on lexer (#10)
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