Skip to content

Bump ktor from 3.3.2 to 3.4.0 #1118

Bump ktor from 3.3.2 to 3.4.0

Bump ktor from 3.3.2 to 3.4.0 #1118

Triggered via push January 22, 2026 20:53
Status Success
Total duration 2m 14s
Artifacts

test.yml

on: push
run_detekt
24s
run_detekt
build_and_test
2m 8s
build_and_test
coverage_report
0s
coverage_report
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
[detekt] src/test/kotlin/server/base/Patching.kt#L103 <detekt.LongMethod>: src/test/kotlin/server/base/Patching.kt#L103
The function testPatchingFile is too long (97). The maximum length is 80.
[detekt] src/test/kotlin/server/base/Patching.kt#L103 <detekt.CyclomaticComplexMethod>: src/test/kotlin/server/base/Patching.kt#L103
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.