Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

mozilla/code-coverage-reports

Repository files navigation

Mozilla Code Coverage frontend

Transferred to https://github.com/mozilla/code-coverage.

This is a simple JavaScript application displaying information from the Mozilla code coverage backend (hosted as https://coverage.moz.tools)

You can use it right now from mozilla.github.io/code-coverage-reports

File viewer

You can browse the aggregated code coverage data for mozilla-central, per directory, then view file coverage in detail.

File browser

Zero coverage reports

We've also developed a page to easily browse the directories & files with no coverage: these files are interesting because they can sometimes be removed altogether from mozilla-central...