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

dtgorski / jsonlex
100%
master: 94%

Build:
Build:
LAST BUILD BRANCH: add-license-scan-badge
DEFAULT BRANCH: master
Repo Added 07 Oct 2020 10:08PM UTC
Files 3
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

LAST BUILD ON BRANCH v0.3.0
branch: v0.3.0
CHANGE BRANCH
x
Reset
  • v0.3.0
  • 0.1.2
  • master
  • v0.1.1
  • v0.1.2
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.3.1

20 Oct 2020 11:14PM UTC coverage: 100.0%. First build
20

push

travis-ci

dtgorski
* Lexer.Scan() is now reentrant. Depending on the outcome of the Yield callback, the Scan() function will terminate and can be invoked again.
* Added a Cursor which provides iteration over tokens using Curr(), Peek(), Next() and Last() methods
* Added a Filter, an optional callback for the Cursor constructor, which allows to filter the lexer output and transparently skip tokens.
* API break:
  * Old: Yield func(token Token, load []byte, pos uint)
  * New: Yield func(kind TokenKind, load []byte, pos uint) bool

94 of 94 new or added lines in 2 files covered. (100.0%)

164 of 164 relevant lines covered (100.0%)

179.58 hits per line

Relevant lines Covered
Build:
Build:
164 RELEVANT LINES 164 COVERED LINES
179.58 HITS PER LINE
Source Files on v0.3.0
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20 v0.3.0 * Lexer.Scan() is now reentrant. Depending on the outcome of the Yield callback, the Scan() function will terminate and can be invoked again. * Added a Cursor which provides iteration over tokens using Curr(), Peek(), Next() and Last() methods * A... push 20 Oct 2020 11:20PM UTC dtgorski travis-ci
100.0
See All Builds (27)
  • Repo on GitHub
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