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
dart-archive/coverage#494 bumped the minimum SDK version to 3.4.0. That means that some of the _versionChecks in _getAllCoverage are unnecessary. We should be able to clean up some old code paths.
The text was updated successfully, but these errors were encountered:
in Dart 3.4.0, the VM service version was 4.13. That means we can just barely delete all the version checks (the last one is literally _versionCheck(version, 4, 13) 😉).
dart-archive/coverage#494 bumped the minimum SDK version to 3.4.0. That means that some of the
_versionCheck
s in_getAllCoverage
are unnecessary. We should be able to clean up some old code paths.The text was updated successfully, but these errors were encountered: