We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9f089 commit c483711Copy full SHA for c483711
scripts/health_metrics/get_updated_files.sh
@@ -37,7 +37,7 @@ cd scripts/health_metrics/generate_code_coverage_report
37
# merge commit to the head commit from the target branch.
38
git diff --name-only remotes/origin/${GITHUB_BASE_REF} ${GITHUB_SHA} > updated_files.txt
39
40
-if [ -z $spec_output_file] ; then
+if [ -z $spec_output_file ] ; then
41
swift run UpdatedFilesCollector --changed-file-paths updated_files.txt --code-coverage-file-patterns ../file_patterns.json
42
else
43
swift run UpdatedFilesCollector --changed-file-paths updated_files.txt --code-coverage-file-patterns ../file_patterns.json --output-sdk-file-url "${spec_output_file}" --exclude-podspecs ${exclude_specs}
0 commit comments