nextcloud-android/scripts/runCombinedTest.sh
tobiasKaminsky 296647ba9d
Upload coverage report even if combindedTestReport fails
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-01-06 09:41:13 +01:00

9 lines
168 B
Bash
Executable file

#!/bin/bash
./gradlew combinedTestReport
status=$?
curl -o codecov.sh https://codecov.io/bash
bash ./codecov.sh -t fc506ba4-33c3-43e4-a760-aada38c24fd5
exit $status