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

GoogleCloudPlatform / google-cloud-java / 4013 / 2
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2017 10:33PM UTC
Files 456
Run time 23s
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

07 Jun 2017 10:23PM UTC coverage: 81.223%. First build
4013.2

Pull #2124

travis-ci

web-flow
Fix Files.walk behavior

Java's Files.walk() ends up in an infinite loop when iterating
over files on GCS because the iterator returns the directory
itself as the first result, so Files.walk() tries to cd there
and we're stuck.

The fix is to check for that path and not return it.
Pull Request #2124: Fix Files.walk behavior

19535 of 24051 relevant lines covered (81.22%)

66651.64 hits per line

Source Files on job 4013.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4013
  • Travis Job 4013.2
  • db3af01b 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