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

rust-bio / rust-bio / 1196
85%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2019 03:32PM UTC
Jobs 1
Files 64
Run time 7s
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
1196

push

travis-ci

johanneskoester
Use `slice::iter` instead of `into_iter` to avoid future breakage (#240)

`an_array.into_iter()` currently just works because of the autoref
feature, which then calls `<[T] as IntoIterator>::into_iter`. But
in the future, arrays will implement `IntoIterator`, too. In order
to avoid problems in the future, the call is replaced by `iter()`
which is shorter and more explicit.

7706 of 8407 relevant lines covered (91.66%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1196.1 05 Nov 2019 03:32PM UTC 0
91.66
Travis Job 1196.1
Source Files on build 1196
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1196
  • d04756cd on github
  • Prev Build on master (#1187)
  • Next Build on master (#1197)
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