From cb13f6675b97068e0cc994ea4740b2f2883570c7 Mon Sep 17 00:00:00 2001 From: David Norton Date: Mon, 16 Dec 2024 18:54:03 -0600 Subject: [PATCH] Add readme about scripts/show_test_coverage_for_files_changed_in_last_month.sh --- documents/guides/testing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documents/guides/testing.md b/documents/guides/testing.md index 5b675d1da..189cc8355 100644 --- a/documents/guides/testing.md +++ b/documents/guides/testing.md @@ -59,4 +59,7 @@ the full launch.json should look like that: } ``` -Then you can press the mix (Default task) button or F5 to start debugging. **It may take a while to start** \ No newline at end of file +Then you can press the mix (Default task) button or F5 to start debugging. **It may take a while to start** + +## Review test coverage of recently changed files +To get a quick list of recently changed files and their test coverage, run `scripts/show_test_coverage_for_files_changed_in_last_month.sh`