mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
codecov: Use new codecov uploader instead of the deprecated bash uploader
Ref: https://docs.codecov.com/docs/about-the-codecov-bash-uploader Old bash uploader has been deprecated and will start failing on September 2021, with it completely failing from February 2022. Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
9198dfe331
commit
a52c9e0761
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@ fi
|
||||||
./gradlew combinedTestReport
|
./gradlew combinedTestReport
|
||||||
stat=$(( stat | $? ))
|
stat=$(( stat | $? ))
|
||||||
|
|
||||||
curl -o codecov.sh https://codecov.io/bash
|
curl -Os https://uploader.codecov.io/latest/linux/codecov
|
||||||
bash ./codecov.sh -t fc506ba4-33c3-43e4-a760-aada38c24fd5
|
chmod +x codecov
|
||||||
|
./codecov -t fc506ba4-33c3-43e4-a760-aada38c24fd5
|
||||||
|
|
||||||
echo "Exit with: " $stat
|
echo "Exit with: " $stat
|
||||||
exit $stat
|
exit $stat
|
||||||
|
|
Loading…
Reference in a new issue