Skip to content

Commit 2bfee6c

Browse files
authored
Get codecov working again (#67)
1 parent aa680f4 commit 2bfee6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/upload-coverage-reports.sh

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

66
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
7+
bash <(curl -s https://codecov.io/bash) -J '^CacheAdvance(.framework)?$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
8+
bash <(curl -s https://codecov.io/bash) -J '^CADCacheAdvance(.framework)?$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
99
done

0 commit comments

Comments
 (0)