Skip to content

Commit 79d5ecc

Browse files
authored
[wiki] Remove outdated warning about stale coverage data (#152560)
Remade flutter/flutter#152529 because the GitHub editor was being dumb and adding trailing newlines without asking
1 parent 6206d8d commit 79d5ecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/contributing/testing/Test-coverage-for-package-flutter.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
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.
44

5-
⚠️ 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.
6-
75
### Visual Studio Code
86

97
Here is how to show test coverage information in Visual Studio Code:

0 commit comments

Comments
 (0)