Reduce the time to update code coverage

We can use the command “python ./Tools/scripts/run_coverage .py -u” to update the coverage data, but this costs almost 20s, it’s a long time. We only care how many lines of code are executed, and don’t care which lines of code are executed. Can we skip certain steps to reduce time?