Skip to content

Bump kotlin from 2.2.21 to 2.3.0 #1102

Bump kotlin from 2.2.21 to 2.3.0

Bump kotlin from 2.2.21 to 2.3.0 #1102

Triggered via push December 16, 2025 20:11
Status Failure
Total duration 1m 39s
Artifacts

test.yml

on: push
run_detekt
19s
run_detekt
build_and_test
1m 27s
build_and_test
coverage_report
0s
coverage_report
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
build_and_test
Process completed with exit code 1.
[detekt] src/test/kotlin/server/base/Patching.kt#L101 <detekt.LongMethod>: src/test/kotlin/server/base/Patching.kt#L101
The function testPatchingFile is too long (97). The maximum length is 80.
[detekt] src/test/kotlin/server/base/Patching.kt#L101 <detekt.CyclomaticComplexMethod>: src/test/kotlin/server/base/Patching.kt#L101
The function testPatchingFile appears to be too complex based on Cyclomatic Complexity (complexity: 31). Defined complexity threshold for methods is set to '20'
[detekt] src/main/kotlin/server/endpoints/contact/ReportIssueEndpoint.kt#L26 <detekt.CyclomaticComplexMethod>: src/main/kotlin/server/endpoints/contact/ReportIssueEndpoint.kt#L26
The function endpoint appears to be too complex based on Cyclomatic Complexity (complexity: 32). Defined complexity threshold for methods is set to '20'
[detekt] src/main/kotlin/database/migration/MigrateTo1.kt#L29 <detekt.MaxLineLength>: src/main/kotlin/database/migration/MigrateTo1.kt#L29
Line detected, which is longer than the defined maximum line length in the code style.
[detekt] src/test/kotlin/server/endpoints/create/TestPathCreationEndpoint.kt#L183 <detekt.NewLineAtEndOfFile>: src/test/kotlin/server/endpoints/create/TestPathCreationEndpoint.kt#L183
The file /github/workspace/src/test/kotlin/server/endpoints/create/TestPathCreationEndpoint.kt is not ending with a new line.
build_and_test
Could not find any files for build/test-results/**/*.xml, build/test-results/**/*.trx, build/test-results/**/*.json