mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
296647ba9d
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
9 lines
168 B
Bash
Executable file
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
|