From ecc68d52a363c5cf0acd7c6682203026c3ba3aeb Mon Sep 17 00:00:00 2001 From: Ivan Baidakou Date: Sat, 24 Jun 2017 10:06:38 +0300 Subject: [PATCH 1/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab64a5fe..fa8fdff7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) #MESSAGE(STATUS "gcov: [" ${GCOV_TOOL} "]") #string(STRIP ${GCOV_TOOL} GCOV_TOOL) #MESSAGE(STATUS "gcov(fixed): [" ${GCOV_TOOL} "]") - set(GCOV_TOOL, "gcov-5") + set(GCOV_TOOL "gcov-5") add_custom_target("coverage" COMMAND "lcov" --directory . --zerocounters From 27a9a2c3a00189dce9ebb117189c34f7b926b5e2 Mon Sep 17 00:00:00 2001 From: Ivan Baidakou Date: Sat, 24 Jun 2017 10:20:20 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a551337..e19344fa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Boost::ASIO low-level redis client (connector) [![Travis](https://img.shields.io/travis/basiliscos/cpp-bredis.svg)](https://travis-ci.org/basiliscos/cpp-bredis) [![Build status](https://ci.appveyor.com/api/projects/status/a302juc7hrcdhhoc?svg=true)](https://ci.appveyor.com/project/basiliscos/cpp-bredis) [![license](https://img.shields.io/github/license/basiliscos/cpp-bredis.svg)](https://github.com/basiliscos/cpp-bredis/blob/master/LICENSE) -[![Coveralls](https://img.shields.io/coveralls/basiliscos/cpp-bredis.svg)](https://codecov.io/gh/basiliscos/cpp-bredis) +[![codecov](https://codecov.io/gh/basiliscos/cpp-bredis/badge.svg)](https://codecov.io/gh/basiliscos/cpp-bredis) ## Features