From 79d5ecc9021eda3d75203b79a86adc5869ca7a9c Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 2 Aug 2024 14:21:58 -0400 Subject: [PATCH] [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 --- docs/contributing/testing/Test-coverage-for-package-flutter.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributing/testing/Test-coverage-for-package-flutter.md b/docs/contributing/testing/Test-coverage-for-package-flutter.md index c1df392a7b..c7b107f84e 100644 --- a/docs/contributing/testing/Test-coverage-for-package-flutter.md +++ b/docs/contributing/testing/Test-coverage-for-package-flutter.md @@ -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: