Open
Bug 1612046
Opened 5 years ago
Updated 3 years ago
Allow code coverage report to combine different test types
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: sg, Unassigned)
Details
Currently, it is only possible to select either all test types or a single test type only.
Having the ability to select multiple test types would be great. E.g. it would be useful to see the combined coverage of
- cpptest and gtest
- all JS tests
- all JS tests except wpt
In addition to additive combinations, subtractive combinations might also be useful, in particular:
- Firefox-specific JS tests without wpt tests
These combinations may be predefined, but probably there will be various use cases that are difficult to foresee, so a user configurability will be useful.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•