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

Commit 36d35bd1 authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "GD: Generate HTML coverage report"

parents cfb80e43 95762203
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"