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

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

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

20 Jun 2017 06:05PM UTC coverage: 81.194% (+0.002%) from 81.192%
4063.2

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

Source Files on job 4063.2
  • Tree
  • List 0
  • Changed 19
  • Source Changed 1
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4063
  • Travis Job 4063.2
  • 466a8d4f on github
  • Prev Job for on master (#4056.2)
  • Next Job for on master (#4085.2)
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