While running coverage myself, I found a weird edge case. In this specific case, I found that the same file was sometimes added with different caps. Like:
FILE: [...]\Network\TCP\ASyncTCP.h
...
FILE: [...]\Network\TCP\AsyncTCP.h
After running, we end up with:
Updating coverage results from: C:\Projects\CNC\JIT\CodeCoverage.cov
Error loading coverage report: An item with the same key has already been added.
and that's that.
While running coverage myself, I found a weird edge case. In this specific case, I found that the same file was sometimes added with different caps. Like:
After running, we end up with:
and that's that.