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

rust-lang / regex / 1034 / 4
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 10 May 2017 03:02PM UTC
Files 21
Run time 1s
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

10 May 2017 01:50PM UTC coverage: 90.761%. Remained the same
1034.4

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

Source Files on job 1034.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1034
  • Travis Job 1034.4
  • e9f83185 on github
  • Prev Job for on master (#1031.4)
  • Next Job for on master (#1035.4)
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