test:add local coverage script

This commit is contained in:
happyguoxy 2024-12-12 19:08:22 +08:00
parent ce7c3f8d5f
commit d25901636a
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ if [ ! -f "$COVERAGE_INFO" ]; then
fi
# Generate local HTML reports
genhtml "$COVERAGE_INFO" --output-directory "$OUTPUT_DIR"
genhtml "$COVERAGE_INFO" --branch-coverage --function-coverage --output-directory "$OUTPUT_DIR"
# Check whether the report was generated successfully
if [ $? -eq 0 ]; then