You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.
Android travis ci 已經可以成功執行,但codecov並沒有執行,我去查了一下,後來按照 https://github.com/codecov/example-android 的方法修改
我在travis.yml script增加:
並在 build.gradle 增加:
android {
buildTypes {
debug {
testCoverageEnabled true
}
}
}
push之後,執行到這個部分就會出錯.
我的測試project: https://github.com/ych861031/BaseProject
The text was updated successfully, but these errors were encountered: