Merge pull request #54 from kubernetes-incubator/o7
Adding codecov.io report and badge
This commit is contained in:
commit
d5153bc990
10
.travis.yml
10
.travis.yml
@ -4,6 +4,12 @@ python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install codecov"
|
||||
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
script: nosetests --with-coverage --cover-package=kubernetes.config,kubernetes.watch --cover-tests
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
|
||||
[](https://travis-ci.org/kubernetes-incubator/client-python)
|
||||
[](https://badge.fury.io/py/kubernetes)
|
||||
[](https://codecov.io/gh/kubernetes-incubator/client-python "Non-generated packages only")
|
||||
|
||||
Python client for the [kubernetes](http://kubernetes.io/) API.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user