Closed
Bug 1430629
Opened 7 years ago
Closed 6 years ago
Show coverage information in review tools (Bugzilla, Mozreview, Phabricator)
Categories
(Testing :: Code Coverage, enhancement)
Testing
Code Coverage
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marco, Assigned: marco)
References
()
Details
We can't show the coverage post-patch (we would need to run a coverage build for each review request in order to do that), but we can show it in the pre-patch view, which might be useful anyway.
Reviewers can see whether the code that is being modified was covered before the patch. If it wasn't covered and there's no test added in the patch, then they can assume it is not covered after the patch either.
Assignee | ||
Comment 1•7 years ago
|
||
This is now implemented for MozReview in the gecko-code-coverage addon.
Assignee | ||
Comment 2•6 years ago
|
||
We support all review tools in the gecko-code-coverage addon now.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•