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

rust-lang / regex / 1041
93%

Build:
DEFAULT BRANCH: master
Ran 14 May 2017 03:04PM UTC
Jobs 1
Files 21
Run time 2s
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
1041

push

travis-ci

bors
Auto merge of #365 - iwillspeak:capture-len-fix, r=BurntSushi

Fix Bug in `rure_captures_len`

It looks like at some point in the past the captures were refactored
from being a vector of start and end positions into a list of location
structures. The C API still had a conversion of the lenght which
corrected for the captures being twice the length of the number of
captures.

This updates the length calculation in `rure.rs` to return the
correct length, and adds an assertion to the test case.

3674 of 4048 relevant lines covered (90.76%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1041.4 14 May 2017 03:04PM UTC 0
90.76
Travis Job 1041.4
Source Files on build 1041
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1041
  • 68bc9588 on github
  • Prev Build on master (#1037)
  • Next Build on master (#1042)
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