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

projecthydra / browse-everything / 458 / 4
72%
master: 86%

Build:
Build:
LAST BUILD BRANCH: without_jquery
DEFAULT BRANCH: master
Ran 10 Sep 2016 08:04AM UTC
Files 11
Run time 0s
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

10 Sep 2016 08:00AM UTC coverage: 71.751%. Remained the same
2.0, RAILS_VERSION=4.2.1

push

travis-ci

atz
API v3 migration changes

- Must specify field list to return values for intended consumption
- Let's have a default order instead of... whatever.
- `.parents` just returns an Array of String
- Just in case we don't get a date value, failover to `DateTime.new` to
  avoid strftime failue in the template.

Previously, returned files looked like:
```ruby
@files=
  [#<Google::Apis::DriveV3::File:0x007f7f5a221a60
    @id="0Bz4p7qtDFT9VODE4c2sxxxxxxxx",
    @kind="drive#file",
    @mime_type="image/jpeg",
    @name="IMG_3090.jpg">,
  ]
```

With the `fields` specified, now includes:
```ruby
@files=
  [#<Google::Apis::DriveV3::File:0x007faec23811e8
    @id="1hhsFx-GQVMJ_Np7C5jcyhHf3Y1DOIb4-Wmpxxxxxxxx",
    @mime_type="application/vnd.google-apps.document",
    @modified_time=Mon, 16 May 2016 23:40:48 +0000,
    @name="Session 8a - PCDM (et al.) Organization Futures Creating + Maintaining Vibrant Neutral Spaces & Services ">,
```

We also get the important nextPageToken.

254 of 354 relevant lines covered (71.75%)

22.33 hits per line

Source Files on job 458.4 (2.0, RAILS_VERSION=4.2.1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 458
  • Travis Job 458.4
  • 7ebac4ee on github
  • Prev Job for 2.0, RAILS_VERSION=4.2.1 on google-api-client-09 (#456.4)
  • Next Job for 2.0, RAILS_VERSION=4.2.1 on google-api-client-09 (#465.4)
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