Skip to content

Commit

Permalink
Add readme about scripts/show_test_coverage_for_files_changed_in_last…
Browse files Browse the repository at this point in the history
…_month.sh
  • Loading branch information
NortySpock authored Dec 17, 2024
1 parent 223311b commit cb13f66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documents/guides/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
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`

0 comments on commit cb13f66

Please sign in to comment.