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

boto / boto3 / 186
91%

Build:
DEFAULT BRANCH: develop
Ran 19 Dec 2014 08:39PM UTC
Jobs 5
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
186

Pull #45

travis-ci

danielgtaylor
Switch `resource.meta` to be an object.

This changes the behavior of the meta object in a **backward-incompatible**
way. It goes from being a dict to an instance of a `ResourceMeta` class.
Example:

```python
import boto3

s3 = boto3.resource('s3')

s3.meta['service_name']
s3.meta['client']

s3.meta.service_name
s3.meta.client
```
Pull Request #45: Switch `resource.meta` to be an object.

32 of 32 new or added lines in 5 files covered. (100.0%)

706 of 716 relevant lines covered (98.6%)

4.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 186.1 19 Dec 2014 08:39PM UTC 0
98.32
Travis Job 186.1
2 186.2 19 Dec 2014 08:39PM UTC 0
98.32
Travis Job 186.2
3 186.3 19 Dec 2014 08:40PM UTC 0
98.6
Travis Job 186.3
4 186.4 19 Dec 2014 08:41PM UTC 0
98.6
Travis Job 186.4
5 186.5 19 Dec 2014 08:40PM UTC 0
98.32
Travis Job 186.5
Source Files on build 186
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #186
  • Pull Request #45
  • PR Base - develop (#184)
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