Corey Farrell
Corey Farrell
In the case of NYC p-map will be reading / writing JSON files and this will be happening in the main process before and after the actual test process is...
Thanks for the responses (sorry for my slow reply). I've been trying to think of a way that `p-map` and similar modules could use a shared scheduler but I'm not...
Seems like 'missing' is a bad term, when I first saw it I was afraid I was experiencing corruption. Maybe better if it said 'anonymous' or something similar. That way...
The 'ID:' prefix seems reasonable especially since you have Size: and Tag: already. What about 'ID: [none]'? Not available still sounds a bit like 'we failed to find/retrieve the ID'....
@apaatsio your assessment seems correct. prettify was vendored into the report many years ago (before template literals even existed) and I'm not sure how to update it.
I'd welcome a PR implementing this. I think simply labeling it "Total" would be fine.
This is a common problem when typescript generates code, as far as I know we cannot identify "generated" code. It would be interesting if you could post a generated file...
Making decisions based on `__` variable names is not an option. One thing I'm noticing it looks like the first 11 lines do not have source-mappings. This could be useful,...
The json-summary report lists the total and covered line counts. I'm ok with adding a field for uncovered total, as long as it's added for all types (lines, functions, statements...
@NiQDeveloper I'm confused, `text-summary` does not print any specific missed lines, this is the output of `text-summary` from a project where I added an uncovered function: ``` =============================== Coverage summary...