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

rust-lang / regex / 1034
93%

Build:
DEFAULT BRANCH: master
Ran 10 May 2017 03:02PM 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
1034

push

travis-ci

bors
Auto merge of #361 - rap2hpoutre:patch-1, r=BurntSushi

Fix example in documentation

see https://github.com/rust-lang/regex/issues/359

I choose to write:

```rust
assert_eq!("2010".to_string(), caps["year"]);
```

But I could have choose:

```rust
assert_eq!("2010", &caps["year"]);
```

Not sure which one is the best (maybe none of them)

3674 of 4048 relevant lines covered (90.76%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1034.4 10 May 2017 03:02PM UTC 0
90.76
Travis Job 1034.4
Source Files on build 1034
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1034
  • e9f83185 on github
  • Prev Build on master (#1031)
  • Next Build on master (#1035)
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