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

EMCECS / python-ecsclient / 122 / 2
55%
master: 55%

Build:
DEFAULT BRANCH: master
Ran 10 May 2017 02:05PM UTC
Files 75
Run time 3s
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 May 2017 02:01PM UTC coverage: 56.661% (+1.0%) from 55.697%
122.2

push

travis-ci

adrianmo
New function to validate response from the API

Fixes #15

Uses can now use the new function to validate responses from the API
with schemas. Example:

```
from ecsclient import util, schemas
if util.is_valid_response(response, schemas.LICENSE):
    print("Valid response")
else:
    print("Invalid response")
```

689 of 1216 relevant lines covered (56.66%)

0.57 hits per line

Source Files on job 122.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 122
  • Travis Job 122.2
  • 9f44e53c on github
  • Prev Job for on master (#119.2)
  • Next Job for on master (#131.1)
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