Skip to content

Commit 194b25c

Browse files
committed
test coverage ,
1 parent 8d36406 commit 194b25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# covr adds --coverage which needs -O0, but _FORTIFY_SOURCE needs -O
4040
makevars_content <- paste(
4141
"PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)",
42-
"PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)"
42+
"PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)",
4343
sep = "\n"
4444
)
4545
writeLines(makevars_content, "./extended-tests/cpp4rtest/src/Makevars")

0 commit comments

Comments
 (0)