Add codecov reports to PRs

This commit is contained in:
Dennis Klein
2018-07-19 16:54:31 +02:00
committed by Dennis Klein
parent 9bab3f9f4c
commit e403d18cb9
4 changed files with 66 additions and 36 deletions

View File

@@ -196,6 +196,7 @@ add_library(FairMQ SHARED
${FAIRMQ_PUBLIC_HEADER_FILES} # for IDE integration
${FAIRMQ_PRIVATE_HEADER_FILES} # for IDE integration
)
set_target_properties(FairMQ PROPERTIES LABELS coverage)
#######################
# include directories #