79f68bc925b495020cb69a5d61589eaab604b5c0
Based on existing setup, when EMMA_INSTRUMENT is used on a full build, all Java modules will be processed with emma instrument unless otherwise marked in their own Makefiles. For the purpose of collecting code coverage, emma-instrument all Java modules aren't that useful, instead, instrumenting all the app packages is more useful. This change adds a new flag EMMA_FULL_APP_INSTRUMENT, which can be used with a full build to instrument all app packages. Change-Id: Ie143fed49c23402b21f6cccac2ef25741726be45
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%