This is an archive of the discontinued LLVM Phabricator instance.

[Coverage] Apply filtered paths to summary
ClosedPublic

Authored by beanz on Oct 10 2018, 2:39 PM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz created this revision.Oct 10 2018, 2:39 PM
vsk accepted this revision.Oct 10 2018, 3:24 PM

Thanks!

This revision is now accepted and ready to land.Oct 10 2018, 3:24 PM
This revision was automatically updated to reflect the committed changes.