[lxc-devel] [pylxd/master] Add codecov.io integration

rockstar on Github lxc-bot at linuxcontainers.org
Wed May 25 18:21:10 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 325 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160525/5e881d25/attachment.bin>
-------------- next part --------------
From 32476fb9e81334c74bb77e7dc2bc6514cff2c0d2 Mon Sep 17 00:00:00 2001
From: Paul Hummer <paul at eventuallyanyway.com>
Date: Wed, 25 May 2016 12:21:11 -0600
Subject: [PATCH] Add codecov.io integration.

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 84f0b5f..5fa99d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,3 +17,5 @@ cache:
   directories:
   - .tox/$TOXENV
   - $HOME/.cache/pip
+after_success:
+  - bash <(curl -s https://codecov.io/bash)


More information about the lxc-devel mailing list