We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0928c38 commit cba724fCopy full SHA for cba724f
.travis.yml
@@ -36,8 +36,8 @@ before_script:
36
37
script:
38
- ./gradlew build
39
-# - ./gradlew :library:createDebugAndroidTestCoverageReport --info --stacktrace
+ - ./gradlew :library:createDebugAndroidTestCoverageReport --info --stacktrace
40
- ./gradlew connectedAndroidTest --info
41
42
-#after_success:
43
-# - bash <(curl -s https://codecov.io/bash)
+after_success:
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments