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 aa680f4 commit 2bfee6cCopy full SHA for 2bfee6c
Scripts/upload-coverage-reports.sh
@@ -4,6 +4,6 @@ set -ex
4
IFS=','; PLATFORMS=$(echo $1); unset IFS
5
6
for PLATFORM in $PLATFORMS; do
7
- bash <(curl -s https://codecov.io/bash) -J '^CacheAdvance$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
8
- bash <(curl -s https://codecov.io/bash) -J '^CADCacheAdvance$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
+ bash <(curl -s https://codecov.io/bash) -J '^CacheAdvance(.framework)?$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
+ bash <(curl -s https://codecov.io/bash) -J '^CADCacheAdvance(.framework)?$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
9
done
0 commit comments