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

pwoolcoc / elefren / 310 / 25
70%
master: 52%

Build:
Build:
LAST BUILD BRANCH: cleanup
DEFAULT BRANCH: master
Ran 30 Oct 2019 09:02PM UTC
Files 18
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 08:10PM UTC coverage: 69.701%. First build
ELEFREN_FEATURES="--features toml"

Pull #128

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 #128: Use `slice::iter` instead of `into_iter` to avoid future breakage

1401 of 2010 relevant lines covered (69.7%)

0.79 hits per line

Source Files on job 310.25 (ELEFREN_FEATURES="--features toml")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 185
  • Travis Job 310.25
  • f7855d16 on github
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