Make sonar build faster and happier
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 10m23s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 10m23s
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<activity
|
||||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
|
||||
android:name="ch.dissem.android.MainActivity">
|
||||
android:name="ch.dissem.yaep.android.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ch.dissem.android
|
||||
package ch.dissem.yaep.android
|
||||
|
||||
import android.os.Bundle
|
||||
import androidx.activity.ComponentActivity
|
||||
12
android/src/test/kotlin/ch/dissem/yaep/android/DummyTest.kt
Normal file
12
android/src/test/kotlin/ch/dissem/yaep/android/DummyTest.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package ch.dissem.yaep.android
|
||||
|
||||
import ch.tutteli.atrium.api.fluent.en_GB.toEqual
|
||||
import ch.tutteli.atrium.api.verbs.expect
|
||||
import kotlin.test.Test
|
||||
|
||||
class DummyTest {
|
||||
@Test
|
||||
fun `ensure some test is run`() {
|
||||
expect(true).toEqual(true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user