Pie chart must contain all files
under review
Michael V
Please see https://app.codecov.io/gh/atk4/ui/tree/develop/src/Table/Column/FilterModel for example, files with zero coverage coverage are listed properly, but are missing in the pie chart.
AJ Fazzio
Merged in a post:
Why don't I see files with zero coverage?
Tim Jones
It doesn't seem like files with zero coverage are shown at all. Am I missing something?
AJ Fazzio
under review
AJ Fazzio
Hi Michael V I believe the reason those files aren't there is because we because we don't have knowledge of them. Codecov "learns" about a file when you upload coverage data for that file - if you've never uploaded coverage data for that file, we don't "know" about it. That said, you make a great point about finding files with no coverage at all, I'm not sure if it'd be super easy to pull those files in, but it's worth investigating on our end.
Tim Jones
Hmm, so this is somewhat on me but I still feel like codecov could help. The file wasn't referenced by any code that had tests so there wasn't any data being produced by lcov (i.e. there was no import/require for the new file anywhere). That makes sense but it would still be cool if codecov recognized this situation and called it out.