Skip to content

Bump exposed from 0.61.0 to 1.0.0 #1119

Bump exposed from 0.61.0 to 1.0.0

Bump exposed from 0.61.0 to 1.0.0 #1119

Triggered via push January 22, 2026 20:54
Status Failure
Total duration 57s
Artifacts

test.yml

on: push
run_detekt
27s
run_detekt
build_and_test
53s
build_and_test
coverage_report
0s
coverage_report
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
build_and_test
Process completed with exit code 1.
[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.
build_and_test
Could not find any files for build/test-results/**/*.xml, build/test-results/**/*.trx, build/test-results/**/*.json