Codacy Production / Codacy Static Code Analysis
required action
Jun 9, 2026 in 0s
2 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 2
Complexity increasing per file
==============================
- app/src/github/kotlin/co/anitrend/service/MessagingService.kt 6
- app/src/github/kotlin/co/anitrend/initializer/GithubApplicationInitializer.kt 2
- app/src/github/kotlin/co/anitrend/push/UnifiedPushConnector.kt 2
- app/src/github/kotlin/co/anitrend/service/ForegroundService.kt 1
- app/src/main/kotlin/co/anitrend/push/PushRegistrationCoordinator.kt 12
- app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt 7
- data/settings/src/main/kotlin/co/anitrend/data/settings/push/IUnifiedPushSettings.kt 4
See the complete overview on Codacy
Annotations
Check warning on line 25 in app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt
codacy-production / Codacy Static Code Analysis
app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt#L25
Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.
Check warning on line 27 in app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt
codacy-production / Codacy Static Code Analysis
app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt#L27
Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.
Loading