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 cbcefe2 commit 95155ffCopy full SHA for 95155ff
Scripts/upload-coverage-reports.sh
@@ -4,10 +4,5 @@ set -ex
4
IFS=','; PLATFORMS=$(echo $1); unset IFS
5
6
for PLATFORM in $PLATFORMS; do
7
- # Skip uploading coverage reports for watchOS targets.
8
- if [[ $PLATFORM == watchOS_* ]]; then
9
- continue
10
- fi
11
-
12
bash <(curl -s https://codecov.io/bash) -J '^Valet$' -D .build/derivedData/$PLATFORM -t 5165deef-da9c-443d-90ea-bb0620bffe44
13
done
0 commit comments