diff --git a/CMakeLists.txt b/CMakeLists.txt index 464e3a1d..e203d90c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,8 +333,6 @@ endif() # Generate .gcno files when requested if (TGUI_BUILD_TESTS AND TGUI_USE_GCOV) - set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1) - if (NOT (${CMAKE_CXX_FLAGS} MATCHES ".*-fprofile-arcs.*")) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs") endif() diff --git a/tests/travis_linux.sh b/tests/travis_linux.sh index e8ff8b4f..786f6b67 100644 --- a/tests/travis_linux.sh +++ b/tests/travis_linux.sh @@ -25,7 +25,7 @@ cd tests/ ./tests cd ../.. -bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN +bash <(curl -s https://codecov.io/bash) -x gcov-5 -a "-s /home/travis/build/texus/TGUI -pr" mkdir build_gcc-4.7 cd build_gcc-4.7