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

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

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

30 Oct 2019 03:09PM UTC coverage: 96.317%. Remained the same
354.1

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

2824 of 2932 relevant lines covered (96.32%)

1.97 hits per line

Source Files on job 354.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 285
  • Travis Job 354.1
  • 7a39f04a on github
  • Prev Job for on array-iter (#353.1)
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