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

GoogleCloudPlatform / google-cloud-java / 4013
72%

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

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

3 of 3 new or added lines in 1 file covered. (100.0%)

19535 of 24051 relevant lines covered (81.22%)

66651.64 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
100.0
google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemProvider.java
Jobs
ID Job ID Ran Files Coverage
2 4013.2 07 Jun 2017 10:33PM UTC 0
81.22
Travis Job 4013.2
Source Files on build 4013
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4013
  • Pull Request #2124
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