Skip to content

Commit fdc1847

Browse files
committed
chore(Crashlytics): include CrashlyticsUtils in sonar analysis
1 parent 37ac23b commit fdc1847

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ sonar {
165165
**/DatastorePref.kt,\
166166
**/FirebaseService.kt,\
167167
**/WordpressService.kt,\
168-
**/*Interceptor.kt,"
168+
**/*Interceptor.kt,\
169+
**/CrashlyticsUtils.kt,"
169170
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml"
170171
}
171172
}

app/src/test/java/com/xpeho/xpeapp/utils/CrashlyticsUtils.kt

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)