summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Wayne Parrott <jonwayne@google.com>2016-06-22 15:54:01 -0700
committerGitHub <noreply@github.com>2016-06-22 15:54:01 -0700
commitd8fb41e9ff740cf616543aeebe1eb8f941917794 (patch)
tree10f7e9b09b6dcad1264e617fd5b93960c98587e1
parent6073696e4f8446bf1db2b7c808af7a49a33b6153 (diff)
downloadgoogle-compute-image-packages-d8fb41e9ff740cf616543aeebe1eb8f941917794.tar.gz
Adding codecov (#285)
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 95a76a7..912212a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,11 @@ install:
# Python 3.2 is only supported by an older version of virtualenv/pip.
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install "virtualenv<14.0.0"; fi
- if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then pip install --upgrade virtualenv pip; fi
-- pip install tox tox-travis
+- pip install tox tox-travis codecov
script:
- tox
+after_success:
+- codecov
deploy:
provider: pypi
diff --git a/README.md b/README.md
index 73030f5..8486e34 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Linux Guest Environment for Google Compute Engine
-[![Build Status](https://travis-ci.org/GoogleCloudPlatform/compute-image-packages.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/compute-image-packages)
+[![Build Status](https://travis-ci.org/GoogleCloudPlatform/compute-image-packages.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/compute-image-packages) [![codecov](https://codecov.io/gh/GoogleCloudPlatform/compute-image-packages/branch/master/graph/badge.svg)](https://codecov.io/gh/GoogleCloudPlatform/compute-image-packages)
This repository stores the collection of packages installed on Google supported
Compute Engine [images](https://cloud.google.com/compute/docs/images).