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

boto / boto3 / 217
91%

Build:
DEFAULT BRANCH: develop
Ran 09 Feb 2015 06:11PM UTC
Jobs 4
Files 11
Run time 1min
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
217

Pull #61

travis-ci

danielgtaylor
Fix collection resource hydration path

This fixes #57 by hydrating resources from a collection with a JMESPath
query that is at `collection.resource.path` instead of `collection.path`
in the resource model.

```python
import boto3

for o in boto3.resource('s3').Bucket('boto3').objects.all():
    # `o.meta.data` is set now, so the following succeeds.
    print(o.size)
```
Pull Request #61: Fix collection resource hydration path

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

695 of 705 relevant lines covered (98.58%)

3.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 217.1 09 Feb 2015 06:11PM UTC 0
98.16
Travis Job 217.1
3 217.3 09 Feb 2015 06:13PM UTC 0
98.58
Travis Job 217.3
4 217.4 09 Feb 2015 06:13PM UTC 0
98.58
Travis Job 217.4
5 217.5 09 Feb 2015 06:13PM UTC 0
98.16
Travis Job 217.5
Source Files on build 217
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #217
  • Pull Request #61
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