Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95762203 authored by Myles Watson's avatar Myles Watson
Browse files

GD: Generate HTML coverage report

Test: ./cert/run --host && ./cert/gen_html_coverage.sh
Change-Id: Idd0a6c466cbb7967f1aacd4a66b0adff6d2c83ed
parent fd33acd1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
#!/bin/bash

pushd $ANDROID_BUILD_TOP

llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summary --instr-profile=/tmp/logs/HostOnlyCert/latest/GdDevice_stack_under_test_backing_process_coverage.profdata --output-dir=/tmp/logs/HostOnlyCert/latest/GdDevice_stack_under_test_backing_process_coverage/ out/dist/bluetooth_venv/lib/python3.8/site-packages/bluetooth_stack_with_facade 

popd

echo "point your browser to file:///tmp/logs/HostOnlyCert/latest/GdDevice_stack_under_test_backing_process_coverage/index.html"