Open
Description
Compiling with coverage
enabled is not compatible with normal compilation without coverage
.
This makes all incremental compiler cache to be invalidated when you switch back and forth to coverage
.
A possible solution to this problem is to store coverage compilation targets in a separate directory (scapegoat does this, for example).