From 90b91d5634b82bd9f451db5c0da3be5c46500ed4 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Airoldi Date: Sun, 25 Sep 2016 16:07:06 -0400 Subject: [PATCH 1/2] add codecov --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4934eadaf2..7007943b0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ before_install: script: - bundle exec rake test -# after_success: -# - bash <(curl -s https://codecov.io/bash) +after_success: + - bash <(curl -s https://codecov.io/bash) From 4293b973367b9a0bf24e7d0d7bb3eeddda775cdc Mon Sep 17 00:00:00 2001 From: Pierre-Marc Airoldi Date: Sun, 25 Sep 2016 16:35:45 -0400 Subject: [PATCH 2/2] add badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd30505b7..93320a8eb7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **Version 3.0**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/a233e38) ![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png) - ![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/Charts.svg)](https://github.com/danielgindi/Charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/Charts.svg?branch=master)](https://travis-ci.org/danielgindi/Charts) + ![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/Charts.svg)](https://github.com/danielgindi/Charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/Charts.svg?branch=master)](https://travis-ci.org/danielgindi/Charts) [![codecov](https://codecov.io/gh/danielgindi/Charts/branch/master/graph/badge.svg)](https://codecov.io/gh/danielgindi/Charts) [![Join the chat at https://gitter.im/danielgindi/Charts](https://badges.gitter.im/danielgindi/Charts.svg)](https://gitter.im/danielgindi/Charts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## Just a heads up: Charts 3.0 is **not** yet released to CocoaPods, as the version is not finalized yet.