[Coverage] Apply filtered paths to summary
authorChris Bieneman <chris.bieneman@me.com>
Thu, 11 Oct 2018 04:00:51 +0000 (04:00 +0000)
committerChris Bieneman <chris.bieneman@me.com>
Thu, 11 Oct 2018 04:00:51 +0000 (04:00 +0000)
commit9a10eac663dd5a2040399a87ae96be76b087c3a6
tree6aa8c6a97258effccfb6179ecbfb23117006c8d6
parent1bb9c85821fc6ab28371163b03834e71b412a8e6
[Coverage] Apply filtered paths to summary

Summary:
The script to generate code coverage reports supports passing filter paths to llvm-cov when generating the HTML reports, but doesn't pass those paths to the summary generation as well. This results in a summary report that doesn't match the HTML report.

This patch addresses the problem by also passing the filter paths to the summary report generation.

Reviewers: vsk

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53110

llvm-svn: 344217
llvm/utils/prepare-code-coverage-artifact.py