diff --git a/src/.gitignore b/src/.gitignore index aee7aacf0..8cd119819 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,5 @@ *.gcda *.gcno *.gcov -redis.info +valkey.info lcov-html diff --git a/src/Makefile b/src/Makefile index ad22fd8fa..4799fa2f5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -518,8 +518,8 @@ check: test lcov: $(MAKE) gcov @(set -e; cd ..; ./runtest --clients 1) - @geninfo -o redis.info . - @genhtml --legend -o lcov-html redis.info + @geninfo -o valkey.info . + @genhtml --legend -o lcov-html valkey.info .PHONY: lcov