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

darrenldl / reed-solomon-erasure / 354
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v4.0.2
DEFAULT BRANCH: master
Ran 30 Oct 2019 03:37PM UTC
Jobs 1
Files 10
Run time 4s
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
354

Pull #71

travis-ci

web-flow
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.
Pull Request #71: Use `slice::iter` instead of `into_iter` to avoid future breakage

7 of 7 new or added lines in 4 files covered. (100.0%)

2824 of 2932 relevant lines covered (96.32%)

1.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 354.1 30 Oct 2019 03:37PM UTC 0
96.32
Travis Job 354.1
Source Files on build 354
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #354
  • Pull Request #71
  • PR Base - master (#353)
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