Open
Bug 1480462
Opened 7 years ago
Updated 2 years ago
Merge --enable-coverage and --enable-java-coverage mozconfig options
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: gabriel-v, Unassigned)
References
Details
This is a follow up requested in https://bugzilla.mozilla.org/show_bug.cgi?id=1473313#c26.
After bug 1473313 is merged, we will have two mozconfig options:
--enable-java-coverage: enables coverage in the Android Emulator
--enable-coverage: enables js and c++ coverage
In the current build configurations, only one of those is enabled at a given time.
Additionally, when bug 1399396 is resolved, we will have c++ coverage for android emulator tests.
This means that we will be able to have a single coverage build that runs both c++ and java coverage.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•