-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels