runCombinedTest.sh 168 B

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