Skip to content

elaborate on use-case/file format #1

@raylu

Description

@raylu

I noticed that coverage lcov is quite slow because it needs to parse all the source code into ASTs to figure out the number of statements (LF)

I thought this would solve my problem, but it appears it tries to parse .coverage as some kind of text-based line-delimited format. AFAICT, coveragepy switched from marshal to pickle to JSON to sqlite. I don't understand what format this is parsing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions