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
If a test project is referencing a project which is not used (no type/method is ever called in any test) the project is never loaded and the injected UnloadModule is never executed and no hits file is generated and CalculateCoverage warns about the missing file and will report the module with 0% coverage.