Release Management Blog
65 FOLLOWERS
Hello and welcome to the Release Management team's blog for all things related to shipping Mozilla products. This blog will include posts with automated stats pulled on each release as well as occasional posts by humans regarding our methodologies, process, improvements, and planning for continuing to ship quality Mozilla software.
Release Management Blog
5y ago
We have recently implemented a solution to integrate code coverage results into Phabricator.
This article was initially published on Marco Casteluccio's blog.Coverage information is uploaded either automatically for revisions after they are landed in mozilla-central (for example for release managers when looking at uplift requests), or on-demand for in-progress revisions.
For revisions under review, in order to upload coverage you just need to trigger a try push containing code coverage builds and tests, e.g. by using:
$ mach try fuzzy --full
and selecting the relevant ccov builds and test ..read more