Files
anki/.github
Andrew Sanchez 68e4b5b343 Report CI output sizes independently
The profiling step previously passed the parent out directory and nested paths to a single du invocation. GNU du suppresses child entries in that shape, so the Actions log only showed the total out size and hid the coverage, tool, and browser directories we need to inspect.

Loop over each path instead so the follow-up profiling run reports every existing directory on its own line while still ignoring paths that are not present in a given job.
2026-05-22 07:29:55 -04:00
..