build-script --swift-analyze-code-coverage=merged was not working.
In test/CMakeList.txt, set profdata_merge command after test_results_dir is initialized.
Before merging this pull request to apple/swift repository:
Test pull request on Swift continuous integration.
[Coverage] Get 'analyze-code-coverage=merged' to work.
What's in this pull request?
build-script --swift-analyze-code-coverage=merged
was not working.In
test/CMakeList.txt
, setprofdata_merge
command aftertest_results_dir
is initialized.Before merging this pull request to apple/swift repository: