|
|
|
@ -16,4 +16,9 @@ jobs:
|
|
|
|
uses: reactivecircus/android-emulator-runner@v2
|
|
|
|
uses: reactivecircus/android-emulator-runner@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
api-level: 29
|
|
|
|
api-level: 29
|
|
|
|
script: ./gradlew -Pcoverage :app:jacocoTestReportGoogleplayDebug :app:createGoogleplayDebugAndroidTestCoverageReport && bash <(curl -s https://codecov.io/bash)
|
|
|
|
script: ./gradlew -Pcoverage :app:jacocoTestReportGoogleplayDebug :app:createGoogleplayDebugAndroidTestCoverageReport
|
|
|
|
|
|
|
|
- name: upload coverage
|
|
|
|
|
|
|
|
uses: codecov/codecov-action@v1
|
|
|
|
|
|
|
|
directory: ./app/build
|
|
|
|
|
|
|
|
fail_ci_if_error: true
|
|
|
|
|
|
|
|
verbose: true
|