Fix tests/wifitests/coverage.sh classfiles
The jar file formerly passed to the jacoco reporter is no longer built,
it seems. So pass the directory containing the class files instead.
This also prevents reporting on the test classes themselves, since those
classes are in a different subdirectory.
Switch to .** pattern in jacoco.include_filter to avoid listing all the
subpackages.
Bug: 139869050
Test: tests/wifitests/coverage.sh /tmp/cov # examine /tmp/cov/index.html
Change-Id: I040d119ba7960df9a56f25cc1ffd3fa2a6b5d0b0
2 files changed