From c43047e5f64d82364ebd874a0554fcee6918e5f0 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 21 Jun 2015 23:10:12 +0200 Subject: [PATCH] added codecov --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1a5bc24d..6827c773 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi - sudo pip install cpp-coveralls pyyaml - sudo apt-get install valgrind + - pip install codecov script: - make @@ -22,3 +23,4 @@ after_success: - make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage -std=c++11" - ./json_unit "*" - coveralls --exclude test/catch.hpp --exclude test/unit.cpp --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.9' + - codecov