Skip to content

Conversation

@abstraktor
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

Test Results

  241 files    241 suites   46m 37s ⏱️
1 380 tests 1 369 ✅ 11 💤 0 ❌
1 390 runs  1 379 ✅ 11 💤 0 ❌

Results for commit 760e30f.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

JVM coverage report

Overall Project 58.87% -0.01%
Files changed 80% 🍏

File Coverage
ModelSyncService.kt 74.25% 🍏
IModelSyncService.kt 58.21% -8.96%

fun getServerConnections(): List<IServerConnection>
fun getUsedServerConnections(): List<IServerConnection>
fun getBindings(): List<IBinding>
fun updateBinding(oldBranchRef: BranchReference, newBranchRef: BranchReference, resetLocalState: Boolean = false)

Check warning

Code scanning / detekt

The function updateBinding is missing documentation. Warning

The function updateBinding is missing documentation.
@Synchronized
override fun updateBinding(oldBranchRef: BranchReference, newBranchRef: BranchReference, resetLocalState: Boolean) {
updateState {
it.bindings.none { it.key.branchRef == oldBranchRef } &&

Check warning

Code scanning / detekt

Name shadowed: implicit lambda parameter 'it' Warning

Name shadowed: implicit lambda parameter 'it'
}

@Test
fun `updateBinding with resetLocalState true only affects matching binding`() {

Check warning

Code scanning / detekt

The function updateBinding with resetLocalState true only affects matching binding is too long (62). The maximum length is 60. Warning test

The function updateBinding with resetLocalState true only affects matching binding is too long (62). The maximum length is 60.
@abstraktor abstraktor force-pushed the feature/update-binding branch from d4335c9 to 9d0dc96 Compare December 12, 2025 10:29
@abstraktor abstraktor marked this pull request as ready for review December 16, 2025 13:06
@abstraktor abstraktor force-pushed the feature/update-binding branch from 9d0dc96 to 760e30f Compare December 17, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants