From b9d47f91d52bc51837a54a1cea8c3e6621011bc3 Mon Sep 17 00:00:00 2001 From: Alexander Kutsan Date: Wed, 20 Apr 2016 16:13:31 +0300 Subject: codecov.io integration --- .travis.yml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) 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. -- cgit v1.2.1