test:add local coverage script
This commit is contained in:
parent
ce7c3f8d5f
commit
d25901636a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue