Skip to content

Bump ktor from 3.3.2 to 3.3.3 #1094

Bump ktor from 3.3.2 to 3.3.3

Bump ktor from 3.3.2 to 3.3.3 #1094

Triggered via push November 27, 2025 20:06
Status Success
Total duration 2m 11s
Artifacts

test.yml

on: push
run_detekt
26s
run_detekt
build_and_test
2m 7s
build_and_test
coverage_report
coverage_report
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
[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.