mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
show code coverage
This commit is contained in:
@@ -8,6 +8,11 @@ android {
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 28
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunnerArguments = [
|
||||
'rfc2217_server_host': '192.168.0.171',
|
||||
'rfc2217_server_nonstandard_baudrates': 'false', // false on Windows, Raspi
|
||||
'rfc2217_server_parity_mark_space': 'true' // false on Raspi
|
||||
]
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -26,7 +31,6 @@ dependencies {
|
||||
androidTestImplementation 'org.apache.commons:commons-lang3:3.8.1'
|
||||
}
|
||||
|
||||
// to build a .jar file use gradle task 'createFullJarRelease'
|
||||
|
||||
// to deploy into local maven repository use gradle task 'publishToMavenLocal' and enable:
|
||||
//apply from: 'publishToMavenLocal.gradle'
|
||||
|
||||
//apply from: 'coverage.gradle'
|
||||
|
||||
Reference in New Issue
Block a user