OSDN Git Service

[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)
commit0801e41a5193a5c6d9794886524bbeb83f7f4150
treedda64394dd688e6a8473a4cd16fcb63e3b4bc9d5
parent4599ef42e718015834c38475f2ed8865306d1f56
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344217 91177308-0d34-0410-b5e6-96231b3b80d8
utils/prepare-code-coverage-artifact.py