Closed
Bug 1503232
Opened 6 years ago
Closed 6 years ago
JS coverage data is missing from per-test data
Categories
(Testing :: Code Coverage, defect)
Testing
Code Coverage
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: marco, Assigned: marco)
References
Details
Attachments
(1 file)
763 bytes,
patch
|
calixte
:
review+
|
Details | Diff | Splinter Review |
This is due to the fact that grcov only supports either a directory or a zip file as input, but we're passing a file: https://dxr.mozilla.org/mozilla-central/rev/c291143e24019097d087f9307e59b49facaf90cb/testing/mozharness/mozharness/mozilla/testing/codecoverage.py#308.
grcov has recently been updated to also support passing files directly, so in order to fix this bug we just need to update the version of grcov we use on automation.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9021201 -
Flags: review?(cdenizet)
Updated•6 years ago
|
Attachment #9021201 -
Flags: review?(cdenizet) → review+
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1faecda4b054
Update grcov to revision 4ad0dbc35b9614e45812e179176f48bb1f70ccab. r=calixte
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•