Skip to content

Commit

Permalink
Upload coverage for watchOS (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Oct 29, 2024
1 parent cbcefe2 commit 95155ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Scripts/upload-coverage-reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ set -ex
IFS=','; PLATFORMS=$(echo $1); unset IFS

for PLATFORM in $PLATFORMS; do
# Skip uploading coverage reports for watchOS targets.
if [[ $PLATFORM == watchOS_* ]]; then
continue
fi

bash <(curl -s https://codecov.io/bash) -J '^Valet$' -D .build/derivedData/$PLATFORM -t 5165deef-da9c-443d-90ea-bb0620bffe44
done

0 comments on commit 95155ff

Please sign in to comment.