Skip to content

Support per-directory index files for HTML coverage report #54711

@petrhosek

Description

@petrhosek

llvm-cov currently generates a single top-level index HTML file. This is fine for smaller projects, for larger codebases this can lead to scalability issues. For example, in case of Fuchsia the generated index has 12M and rendering this file is causing problems for browsers. To address this issues, we would like to support generating per-directory index files which is also an approach used by lcov. What's not yet clear is whether this mode should be an opt-in controlled by an option or whether this mode should replace the current model.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions