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

dtgorski / jsonlex / 19 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2020 11:20PM UTC
Files 2
Run time 0s
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

20 Oct 2020 11:14PM UTC coverage: 100.0%. Remained the same
GO111MODULE=on

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

164 of 164 relevant lines covered (100.0%)

59.86 hits per line

Source Files on job 19.1 (GO111MODULE=on)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17
  • Travis Job 19.1
  • 2a75649e on github
  • Prev Job for GO111MODULE=on on master (#17.2)
  • Next Job for GO111MODULE=on on master (#21.1)
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