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

EMCECS / python-ecsclient / 122
55%

Build:
DEFAULT BRANCH: master
Ran 10 May 2017 02:04PM UTC
Jobs 4
Files 75
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
122

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")
```

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

689 of 1216 relevant lines covered (56.66%)

2.27 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
100.0
ecsclient/common/util.py
Jobs
ID Job ID Ran Files Coverage
1 122.1 10 May 2017 02:05PM UTC 0
56.66
Travis Job 122.1
2 122.2 10 May 2017 02:05PM UTC 0
56.66
Travis Job 122.2
3 122.3 10 May 2017 02:05PM UTC 0
56.66
Travis Job 122.3
4 122.4 10 May 2017 02:06PM UTC 0
56.66
Travis Job 122.4
Source Files on build 122
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #122
  • 9f44e53c on github
  • Prev Build on master (#119)
  • Next Build on master (#131)
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