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
After opening, or re-opening, a project and running tests with coverage, IntelliJ asks if the user wants to delete the coverage data that was just collected. The answer is always no, so we should stop asking. I think it is easy to do. We just need to override CoverageSuite.deleteCachedCoverageData() in FlutterCoverageSuite.