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

andygrove / sqlparser-rs / 233
90%
master: 92%

Build:
Build:
LAST BUILD BRANCH: fuzz
DEFAULT BRANCH: master
Ran 02 Jun 2019 08:27PM UTC
Jobs 1
Files 18
Run time 3s
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

pending completion
233

Pull #86

travis-ci

web-flow
Allow calling `prev_token()` after EOF

Before this `next_token()` would only increment the index when returning
`Some(token)`. This means that the caller wishing to rewind must be
careful not to call `prev_token()` on EOF (`None`), while not forgetting
to call it for `Some`. Not doing this resulted in bugs in the
undertested code that does error handling.

After making this mistake several times, I'm changing `next_token()` /
`prev_token()` so that calling `next_token(); prev_token(); next_token()`
returns the same token in the first and the last invocation.
Pull Request #86: Internal improvements to Parser::next_token/prev_token

31 of 31 new or added lines in 1 file covered. (100.0%)

3347 of 3715 relevant lines covered (90.09%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 233.1 02 Jun 2019 08:27PM UTC 0
90.09
Travis Job 233.1
Source Files on build 233
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #233
  • Pull Request #86
  • PR Base - master (#232)
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