Skip to content

Commit 9a86a6e

Browse files
committed
[Code Coverage] Add a tool to check test coverage of a patch
This script create a patch from the HEAD commit, extract modified or added source files, test case files and source code lines, add coverage instrumentation for the affected source files, runs Lit tests, and records which test cases cause each counter to be executed. Then report the number of test cases executing the counter and the number of test cases executing the counter that are also changed in some way by the patch. Thus providing developer the information of inadequately tested source lines.
1 parent 4a9c71b commit 9a86a6e

File tree

1 file changed

+722
-0
lines changed

1 file changed

+722
-0
lines changed

0 commit comments

Comments
 (0)