mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Merge pull request #9048 from nextcloud/codecov-uploader-update
codecov: Use new codecov uploader instead of the deprecated bash uploader
This commit is contained in:
commit
150cb04483
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@ fi
|
|||
./gradlew combinedTestReport
|
||||
stat=$(( stat | $? ))
|
||||
|
||||
curl -o codecov.sh https://codecov.io/bash
|
||||
bash ./codecov.sh -t fc506ba4-33c3-43e4-a760-aada38c24fd5
|
||||
curl -Os https://uploader.codecov.io/latest/linux/codecov
|
||||
chmod +x codecov
|
||||
./codecov -t fc506ba4-33c3-43e4-a760-aada38c24fd5
|
||||
|
||||
echo "Exit with: " $stat
|
||||
exit $stat
|
||||
|
|
Loading…
Reference in a new issue