Closed
Bug 1377472
Opened 7 years ago
Closed 7 years ago
Perform lcov rewriting in the coverage uploader task and generate artifact for ActiveData
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: marco, Unassigned)
References
Details
ActiveData is currently injesting non-rewritten artifacts, which makes the JavaScript reports unreadable.
We can rewrite the lcov JSVM results in the coverage uploader task and generate an artifact containing the rewritten lcov files (actually, the first part is already happening).
(This will also mean modifying ActiveData to wait for the end of the coverage uploader task instead of triggering injestion after the end of a test task)
Reporter | ||
Comment 1•7 years ago
|
||
We are now performing lcov rewriting in test machines directly (since bug 1431388). So this is no longer needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•