We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678ef77 + 3913b7f commit c0a861dCopy full SHA for c0a861d
.github/workflows/android.yml
@@ -19,3 +19,5 @@ jobs:
19
run: echo "libusb.dir=$GITHUB_WORKSPACE/libusb-1.0.23" > $GITHUB_WORKSPACE/local.properties
20
- name: Build & test with Gradle
21
run: ./gradlew build -x bintray jacocoTestReportDebug --stacktrace
22
+ - name: codecov
23
+ run: bash <(curl -s https://codecov.io/bash)
.travis.yml
0 commit comments