Merge "Rename native code coverage paths environment variable in acov."

This commit is contained in:
Roland Levillain
2020-06-15 10:12:09 +00:00
committed by Gerrit Code Review

View File

@@ -19,7 +19,7 @@
#
# 1. sudo apt-get install lcov
# 2. Build application/library with coverage information.
# * make NATIVE_COVERAGE=true COVERAGE_PATHS='*'
# * make NATIVE_COVERAGE=true NATIVE_COVERAGE_PATHS='*'
# 3. Push the new binaries to the device with adb sync.
# (Optional): Run `acov --clean-device`. This will reset coverage for everything
# on the device.