Skip to content

Commit 95155ff

Browse files
authored
Upload coverage for watchOS (#327)
1 parent cbcefe2 commit 95155ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Scripts/upload-coverage-reports.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@ set -ex
44
IFS=','; PLATFORMS=$(echo $1); unset IFS
55

66
for PLATFORM in $PLATFORMS; do
7-
# Skip uploading coverage reports for watchOS targets.
8-
if [[ $PLATFORM == watchOS_* ]]; then
9-
continue
10-
fi
11-
127
bash <(curl -s https://codecov.io/bash) -J '^Valet$' -D .build/derivedData/$PLATFORM -t 5165deef-da9c-443d-90ea-bb0620bffe44
138
done

0 commit comments

Comments
 (0)