Updated README badges and added code coverage

This commit is contained in:
Jonathan White 2016-11-04 00:47:04 -04:00
parent 682eac3dbc
commit 29be837b97
3 changed files with 202 additions and 1 deletions

View file

@ -87,6 +87,10 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wcast-align")
# Include code coverage, use with -DCMAKE_BUILD_TYPE=Coverage
include(CodeCoverage)
setup_target_for_coverage(kp_coverage "make test" coverage)
endif()
if(CMAKE_COMPILER_IS_GNUCC)