Fix tests.yml

pull/1309/head
Alex Baker 3 years ago committed by GitHub
parent ea2f0c7934
commit 339bdb0d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@ jobs:
script: ./gradlew -Pcoverage :app:jacocoTestReportGoogleplayDebug :app:createGoogleplayDebugAndroidTestCoverageReport
- name: upload coverage
uses: codecov/codecov-action@v1
with:
directory: ./app/build
fail_ci_if_error: true
verbose: true
verbose: true

Loading…
Cancel
Save