summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2016-04-20 16:13:31 +0300
committerAlexander <AKutsan@luxoft.com>2016-04-21 15:09:12 +0300
commitb9d47f91d52bc51837a54a1cea8c3e6621011bc3 (patch)
tree90bc56dc5f9a1da2b56c554640dc344af965b86d
parent88bdbd48fb9200aee15c37d3ed8dc8397825b1c7 (diff)
downloadsdl_core-b9d47f91d52bc51837a54a1cea8c3e6621011bc3.tar.gz
codecov.io integration
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2afd8156f5..9bec103a1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,8 @@ env:
- CMAKE_CXX_COMPILER=g++-4.9
- CMAKE_C_COMPILER=gcc-4.9
- LD_LIBRARY_PATH=.
+after_success:
+ - pwd ; bash <(curl -s https://codecov.io/bash) -f ./coverage/coverage.info || echo "Codecov did not collect coverage reports"
deploy:
provider: releases
api-key: "uw8e4USTAS6c9LFhRMYOvw"
diff --git a/README.md b/README.md
index d87f24dc33..ed08c744b2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
[![Build Status](https://travis-ci.org/smartdevicelink/sdl_core.svg?branch=master)](https://travis-ci.org/smartdevicelink/sdl_core)
+ [![codecov.io](https://codecov.io/github/smartdevicelink/sdl_core/coverage.svg?branch=develop)](https://codecov.io/github/smartdevicelink/sdl_core?branch=develop)
+
# SmartDeviceLink (SDL)
SmartDeviceLink (SDL) is a standard set of protocols and messages that connect applications on a smartphone to a vehicle head unit. This messaging enables a consumer to interact with their application using common in-vehicle interfaces such as a touch screen display, embedded voice recognition, steering wheel controls and various vehicle knobs and buttons. There are three main components that make up the SDL ecosystem.