Testing: no coverage data for client_cli.c and server.c — CLI and server entry points untested #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two key source files are missing from the coverage report entirely:
src/client/client_cli.c— 336 lines (CLI parsing, argument validation, flag conflicts)src/server/server.c— server main loop and request handlingThis is likely because:
Impact
--version,--helppaths are untestedSuggested fixes
-DENABLE_COVERAGE=ON+--coverageflag)Labels: testing, coverage, cli, server