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

dtgorski / jsonlex / 20
100%
master: 94%

Build:
Build:
LAST BUILD BRANCH: add-license-scan-badge
DEFAULT BRANCH: master
Ran 20 Oct 2020 11:20PM UTC
Jobs 3
Files 2
Run time 3min
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%. 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

Jobs
ID Job ID Ran Files Coverage
1 20.1 (GO111MODULE=on) 20 Oct 2020 11:20PM UTC 0
100.0
Travis Job 20.1
2 20.2 (GO111MODULE=on) 20 Oct 2020 11:23PM UTC 0
100.0
Travis Job 20.2
3 20.3 (GO111MODULE=on) 20 Oct 2020 11:24PM UTC 0
100.0
Travis Job 20.3
Source Files on build 20
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #20
  • 2a75649e 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

© 2025 Coveralls, Inc