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

dtgorski / jsonlex / 19
94%

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

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 19.1 (GO111MODULE=on) 20 Oct 2020 11:20PM UTC 0
100.0
Travis Job 19.1
2 19.2 (GO111MODULE=on) 20 Oct 2020 11:20PM UTC 0
100.0
Travis Job 19.2
3 19.3 (GO111MODULE=on) 20 Oct 2020 11:20PM UTC 0
100.0
Travis Job 19.3
Source Files on build 19
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #19
  • 2a75649e on github
  • Prev Build on master (#17)
  • Next Build on master (#21)
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