Closed
Bug 1455563
Opened 7 years ago
Closed 5 years ago
Audit code coverage reports and improve testing or remove unused code
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
Code coverage results are available for the codeline:
https://coveralls.io/github/marco-c/gecko-dev
This tells us what was exercised during testing. We should check js/src/gc for untested code and either ensure that it does get tested or remove it if it's not needed.
Comment 1•6 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:jonco, maybe it's time to close this bug?
Flags: needinfo?(jcoppeard)
Updated•6 years ago
|
Summary: Audit code coverage reports and improve testing or remove unused code → [meta] Audit code coverage reports and improve testing or remove unused code
Comment 2•5 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:jonco, maybe it's time to close this bug?
Flags: needinfo?(jcoppeard)
| Assignee | ||
Comment 3•5 years ago
|
||
Code coverage has moved here: https://coverage.moz.tools/
Flags: needinfo?(jcoppeard)
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jcoppeard
| Assignee | ||
Comment 4•5 years ago
|
||
I looked at files with 80% coverage or less and found a couple of things but nothing major. We seem to have decent coverage.
| Assignee | ||
Comment 5•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Keywords: meta
Summary: [meta] Audit code coverage reports and improve testing or remove unused code → Audit code coverage reports and improve testing or remove unused code
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2ba76aefa65
Remove some dead code from the GC r=sfink
Comment 7•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•