Skip to content

Commit

Permalink
Merge pull request nextcloud#9048 from nextcloud/codecov-uploader-update
Browse files Browse the repository at this point in the history
codecov: Use new codecov uploader instead of the deprecated bash uploader
  • Loading branch information
tobiasKaminsky authored Oct 21, 2021
2 parents 8f7bfd9 + a52c9e0 commit 150cb04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/runCombinedTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 150cb04

Please sign in to comment.