You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
stkeky, sundaram161989, martinezleoml, djeffou, fchiron and 6 moresolerf