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

GoogleCloudPlatform / google-cloud-java / 4063
72%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2017 06:45PM UTC
Jobs 1
Files 456
Run time 22s
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
4063

push

travis-ci

neozwu
Fix Files.walk behavior (#2124)

* 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.

* no-op commit to force Travis to retry

19592 of 24130 relevant lines covered (81.19%)

46213.32 hits per line

Jobs
ID Job ID Ran Files Coverage
2 4063.2 20 Jun 2017 06:45PM UTC 0
81.19
Travis Job 4063.2
Source Files on build 4063
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4063
  • 466a8d4f on github
  • Prev Build on master (#4056)
  • Next Build on master (#4085)
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