add more files in the coverages analysis
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user