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

Commit f3f6b2c8 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "GD: Generate HTML coverage report" am: 36d35bd1

Change-Id: Ic6c26d586a0301d4368f2b614ef1a11d2ce3d5e9
parents c3741fca 36d35bd1
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"