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

Robbepop / apint / 678
82%

Build:
DEFAULT BRANCH: master
Ran 30 Oct 2019 08:44PM UTC
Jobs 1
Files 23
Run time 6s
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
678

push

travis-ci

Robbepop
Use `slice::iter` instead of `into_iter` to avoid future breakage

`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.

4067 of 5355 relevant lines covered (75.95%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 678.1 30 Oct 2019 08:44PM UTC 0
75.95
Travis Job 678.1
Source Files on build 678
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #678
  • 10aa554e on github
  • Prev Build on master (#676)
  • Next Build on master (#679)
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