[wiki] Remove outdated warning about stale coverage data (#152560)

Remade https://github.com/flutter/flutter/pull/152529 because the GitHub editor was being dumb and adding trailing newlines without asking
This commit is contained in:
Rexios
2024-08-02 14:21:58 -04:00
committed by GitHub
parent 6206d8d73e
commit 79d5ecc902

View File

@@ -2,8 +2,6 @@
When you run `flutter update-packages`, we download the latest coverage data for `package:flutter` to `packages/flutter/coverage/lcov.info`. This data isn't synchronized to your git revision, so expect discrepancies between your git repo and the coverage file. Usually, this version skew isn't too harmful, but it's valuable to be aware that it might exist.
⚠️ Currently, the latest test coverage data is stale by a few years because of [flutter#81803](https://github.com/flutter/flutter/issues/81803). You will need to [recompute this data manually](#how-recompute-test-coverage-slowly) to view test coverage.
### Visual Studio Code
Here is how to show test coverage information in Visual Studio Code: