add more files in the coverages analysis

This commit is contained in:
Sylvestre Ledru
2019-01-12 14:55:55 +01:00
parent 92828f62e1
commit a1a08e6eea
+2 -1
View File
@@ -633,8 +633,9 @@ if (COVERALLS)
set(COVERAGE_SRCS awesome.c code.c files.c)
# Create the coveralls target.
# Also lists the c/cpp files for test purposes
coveralls_setup(
"${arpackutil_STAT_SRCS} ${arpacksrc_STAT_SRCS} ${arpacksrc_ICB}" # The source files.
"${arpackutil_STAT_SRCS} ${arpacksrc_STAT_SRCS} ${arpacksrc_ICB} ${parpacksrc_DIR} ${parpackutil_DIR} TESTS/icb_arpack_c.c TESTS/icb_arpack_cpp.cpp" # The source files.
ON # If we should upload.
"${PROJECT_SOURCE_DIR}/cmake/") # (Optional) Alternate project cmake module path.
endif()