Rename redis.info to valkey.info in LCOV (#259)

Signed-off-by: Vitah Lin <vitahlin@gmail.com>
This commit is contained in:
Vitah Lin 2024-04-10 14:59:45 +08:00 committed by GitHub
parent 03650e91b7
commit 4a8b4f4229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
src/.gitignore vendored
View File

@ -1,5 +1,5 @@
*.gcda
*.gcno
*.gcov
redis.info
valkey.info
lcov-html

View File

@ -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