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

Commit 90e64a19 authored by Myles Watson's avatar Myles Watson
Browse files

Update coverage path

Bug: 145832107
Tag: #gd-refactor
Test: cert/run --host
      ./cert/gen_html_coverage.sh
Change-Id: I69150523745405712fbccbd1638ee489b617dd9b
parent d3bbf1d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

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 
llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summary --instr-profile=/tmp/logs/HostOnlyCert/latest/GdDevice_dut_backing_process_coverage.profdata --output-dir=/tmp/logs/HostOnlyCert/latest/GdDevice_dut_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"
echo "point your browser to file:///tmp/logs/HostOnlyCert/latest/GdDevice_dut_backing_process_coverage/index.html"