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

Geal / nom / 1700
81%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2018 02:44PM UTC
Jobs 1
Files 32
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
1700

push

travis-ci

Geal
Use a dedicate error kind for parse_to!

Upon failure, `parse_to!` returns an error with `ErrorKind::MapOpt`.
Return `ErrorKind::ParseTo` instead.

Reproduce with:
``` rust
use nom::{Context, Err, ErrorKind};

assert_eq!(
    Err::Error(Context::Code("ab", ErrorKind::MapOpt)),
    parse_to!("ab", usize).unwrap_err(),
)
```

3637 of 4169 relevant lines covered (87.24%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
7 1700.7 (FEATURES='--no-default-features') 18 Aug 2018 02:44PM UTC 0
87.24
Travis Job 1700.7
Source Files on build 1700
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1700
  • cd127505 on github
  • Prev Build on master (#1695)
  • Next Build on master (#1702)
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