Skip to content

Commit

Permalink
Get codecov working again (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 11, 2022
1 parent aa680f4 commit 2bfee6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/upload-coverage-reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -ex
IFS=','; PLATFORMS=$(echo $1); unset IFS

for PLATFORM in $PLATFORMS; do
bash <(curl -s https://codecov.io/bash) -J '^CacheAdvance$' -D .build/derivedData/$PLATFORM -t 8344b011-6b2a-4b3d-a573-eaf49684318e
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
done

0 comments on commit 2bfee6c

Please sign in to comment.