Skip to content

ci: bump mikepenz/action-junit-report from 5 to 6 (#1208) #926

ci: bump mikepenz/action-junit-report from 5 to 6 (#1208)

ci: bump mikepenz/action-junit-report from 5 to 6 (#1208) #926

Triggered via push January 5, 2026 16:38
Status Failure
Total duration 9m 29s
Artifacts 9

heavy-tests.yml

on: push
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 995 warnings
AIAgentIntegrationTest.[10] LLModel(provider=OpenRouter, id=qwen/qwen3-vl-8b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Image, Standard, ToolChoice], contextLength=131072, maxOutputTokens=33000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L446
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 44: Expected EOF after parsing, but had { instead at path: $ JSON input: {"operation": "MULTIPLY", "a": 7, "b": 2} {"milliseconds": 5***}
AIAgentIntegrationTest.[10] LLModel(provider=OpenRouter, id=qwen/qwen3-vl-8b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Image, Standard, ToolChoice], contextLength=131072, maxOutputTokens=33000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L976
org.opentest4j.AssertionFailedError: calculator tool should be called for model LLModel(provider=OpenRouter, id=qwen/qwen3-vl-8b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Image, Standard, ToolChoice], contextLength=131***72, maxOutputTokens=33***) Collection should contain element "calculator" based on object equality; but the collection is []
AIAgentIntegrationTest.[10] LLModel(provider=OpenRouter, id=qwen/qwen3-vl-8b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Image, Standard, ToolChoice], contextLength=131072, maxOutputTokens=33000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L465
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 44: Expected EOF after parsing, but had { instead at path: $ JSON input: {"operation": "MULTIPLY", "a": 7, "b": 2} {"milliseconds": 5***}
AIAgentIntegrationTest.[10] LLModel(provider=OpenRouter, id=qwen/qwen3-vl-8b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Image, Standard, ToolChoice], contextLength=131072, maxOutputTokens=33000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L452
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 44: Expected EOF after parsing, but had { instead at path: $ JSON input: {"operation": "MULTIPLY", "a": 7, "b": 2} {"milliseconds": 5***}
agent-tests
Process completed with exit code 1.
Check Kotlin and Java source code coverage: agents/agents-test/src/commonMain/kotlin/ai/koog/agents/testing/tools/MockLLMBuilder.kt#L155
Method `setDefaultModerationResponse` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/DocumentStorageWithPayload.kt#L102
Method `allDocumentsWithPayload` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/transport/ServerTransport.kt#L192
Method `getFromStateOrNull` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L90
Class `A2ATaskNotFoundException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L68
Constructor `A2AInternalErrorException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L67
Method `shift$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/dsl/extension/AIAgentNodes.kt#L441
Method `nodeExecuteMultipleToolsAndSendResults` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Serialization.kt#L80
Constructor `TaskEventSerializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: test-utils/src/commonMain/kotlin/ai/koog/test/utils/SerializationHelpers.kt#L27
Method `verifyDeserialization` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/model/Error.kt#L15
Constructor `AgentServiceErrorType` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-test/src/commonMain/kotlin/ai/koog/agents/testing/tools/MockLLMBuilder.kt#L381
Method `addModerationResponseExactPattern` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L151
Method `subtract$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/model/events/strategyEvents.kt#L91
Constructor `FunctionalStrategyStartingEvent` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: prompt/prompt-processor/src/commonMain/kotlin/ai/koog/prompt/processor/ToolJsonFixProcessor.kt#L58
Property getter `getDefaultArgsJsonKeys` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Serialization.kt#L81
Method `selectDeserializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-ext/src/commonMain/kotlin/ai/koog/agents/ext/tool/file/EditFileTool.kt#L77
Property getter `getToolDescription` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/commonMain/kotlin/ai/koog/ktor/Agents.kt#L32
Method `aiAgent` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/jvmMain/kotlin/ai/koog/ktor/BedrockConfig.kt#L24
Property getter `getModerationGuardrailsSettings` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/remote/jsonConfig.kt#L217
Method `polymorphicDefaultDeserializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/agent/context/AIAgentGraphContext.kt#L267
Property getter `getAgentContextDataAdditionalKey` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/commonMain/kotlin/ai/koog/ktor/Agents.kt#L74
Method `aiAgent` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-ext/src/commonMain/kotlin/ai/koog/agents/ext/agent/AIAgentStrategies.kt#L185
Method `structuredOutputWithToolsStrategy` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/vector-storage/src/commonMain/kotlin/ai/koog/rag/vector/InMemoryVectorStorage.kt#L87
Class `InMemoryTextDocumentEmbeddingStorage` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/transport/ClientTransport.kt#L54
Method `sendMessageStreaming` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/RankedDocumentStorage.kt#L56
Method `mostRelevantDocuments` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L142
Constructor `A2AAuthenticatedExtendedCardNotConfiguredException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L60
Class `A2AInvalidParamsException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/commonMain/kotlin/ai/koog/ktor/Agents.kt#L99
Method `aiAgent` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/remote/jsonConfig.kt#L192
Constructor `FeatureMessagesSerializerCollector` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/remote/jsonConfig.kt#L192
Class `FeatureMessagesSerializerCollector` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/jvmMain/kotlin/ai/koog/ktor/BedrockConfig.kt#L19
Property getter `getConfigure` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-test/src/commonMain/kotlin/ai/koog/a2a/test/Stub.kt#L7
Constructor `Stub` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L26
Property getter `getEndInclusive$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Serialization.kt#L41
Method `selectDeserializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L126
Class `A2AContentTypeNotSupportedException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L117
Constructor `A2AUnsupportedOperationException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L99
Class `A2ATaskNotCancelableException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/pipeline/AIAgentPipeline.kt#L1341
Method `readFeatureKeysFromSystemVariables` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L123
Method `intersect$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: prompt/prompt-executor/prompt-executor-clients/prompt-executor-anthropic-client/src/commonMain/kotlin/ai/koog/prompt/executor/clients/anthropic/AnthropicLLMClient.kt#L298
Method `createAnthropicRequest$koog_prompt_prompt_executor_prompt_executor_clients_prompt_executor_anthropic_client_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-agents/src/commonMain/kotlin/ai/koog/agents/Stub.kt#L7
Constructor `Stub` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L108
Class `A2APushNotificationNotSupportedException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/model/Error.kt#L67
Constructor `AgentServiceError` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/jvmMain/kotlin/ai/koog/ktor/BedrockConfig.kt#L29
Property getter `getClock` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L137
Method `covers$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L109
Method `intersects$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L86
Method `contains$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Parts.kt#L85
Class `FileWithUri` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/jvmMain/kotlin/ai/koog/agents/core/agent/MermaidDiagramGenerator.kt#L102
Constructor `MermaidDiagramGenerator` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/TaskEvents.kt#L50
Property getter `getKind` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/commonMain/kotlin/ai/koog/ktor/Agents.kt#L109
Method `aiAgent` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-test/src/commonMain/kotlin/ai/koog/agents/testing/tools/MockLLMBuilder.kt#L423
Method `addModerationResponsePartialPattern` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/jvmMain/kotlin/ai/koog/ktor/KoogKtorServerPluginJvm.kt#L20
Class `McpToolsConfig` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/jvmMain/kotlin/ai/koog/ktor/KoogKtorServerPluginJvm.kt#L20
Constructor `McpToolsConfig` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: prompt/prompt-model/src/commonMain/kotlin/ai/koog/prompt/params/LLMParams.kt#L307
Method `additionalPropertiesOf` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-ext/src/commonMain/kotlin/ai/koog/agents/ext/tool/shell/ShellCommandConfirmationHandlers.kt#L19
Constructor `PrintShellCommandConfirmationHandler` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L52
Constructor `A2AMethodNotFoundException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/commonMain/kotlin/ai/koog/ktor/Agents.kt#L89
Method `aiAgent` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/debugger/DebuggerConfig.kt#L47
Method `setAwaitInitialConnectionTimeout` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/commonMain/kotlin/ai/koog/ktor/Koog.kt#L37
Method `agentConfig$koog_koog_ktor_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Parts.kt#L102
Property getter `getKind` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L45
Method `isEmpty$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-client/src/commonMain/kotlin/ai/koog/a2a/client/AgentCardResolver.kt#L31
Constructor `ExplicitAgentCardResolver` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L150
Class `A2AUnknownException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L76
Constructor `A2AServerException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L204
Method `covering$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L134
Constructor `A2AInvalidAgentResponseException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L99
Constructor `A2ATaskNotCancelableException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L77
Method `substring$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L195
Method `invoke$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L142
Class `A2AAuthenticatedExtendedCardNotConfiguredException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Serialization.kt#L40
Constructor `FileSerializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Parts.kt#L73
Class `FileWithBytes` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L44
Constructor `A2AInvalidRequestException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: koog-ktor/src/jvmMain/kotlin/ai/koog/ktor/BedrockConfig.kt#L63
Method `bedrock` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L60
Constructor `A2AInvalidParamsException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/model/Error.kt#L15
Class `AgentServiceErrorType` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/feature/remote/jsonConfig.kt#L210
Method `polymorphicDefaultSerializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L36
Constructor `A2AParseException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/vector-storage/src/commonMain/kotlin/ai/koog/rag/vector/InMemoryVectorStorage.kt#L87
Constructor `InMemoryTextDocumentEmbeddingStorage` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L55
Method `isNotEmpty$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L150
Constructor `A2AUnknownException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-features/agents-features-event-handler/src/commonMain/kotlin/ai/koog/agents/features/eventHandler/feature/EventHandlerConfig.kt#L774
Method `invokeOnToolCallFailed$koog_agents_agents_features_agents_features_event_handler_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L134
Class `A2AInvalidAgentResponseException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/FileSystemProvider.kt#L10
Constructor `FileSystemProvider` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-client/src/commonMain/kotlin/ai/koog/a2a/client/AgentCardResolver.kt#L31
Class `ExplicitAgentCardResolver` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/exceptions/Exceptions.kt#L90
Constructor `A2ATaskNotFoundException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-core/src/commonMain/kotlin/ai/koog/a2a/model/Serialization.kt#L80
Class `TaskEventSerializer` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/DocumentUtils.kt#L62
Method `getCurrentLineBeginning` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/TextRange.kt#L97
Method `contains$koog_rag_rag_base_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-features/agents-features-event-handler/src/commonMain/kotlin/ai/koog/agents/features/eventHandler/feature/EventHandlerConfig.kt#L767
Method `invokeOnToolValidationFailed$koog_agents_agents_features_agents_features_event_handler_commonMain` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/jvmMain/kotlin/ai/koog/rag/base/files/JVMFileSystemProvider.kt#L49
Constructor `JVMFileSystemProvider` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: a2a/a2a-server/src/commonMain/kotlin/ai/koog/a2a/server/exceptions/Exceptions.kt#L21
Constructor `PushNotificationException` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: agents/agents-ext/src/commonMain/kotlin/ai/koog/agents/ext/llm/choice/AIAgentNodesWithChoiceExt.kt#L16
Method `nodeLLMSendResultsMultipleChoices` coverage is below the threshold 50%
Check Kotlin and Java source code coverage: rag/rag-base/src/commonMain/kotlin/ai/koog/rag/base/files/DocumentUtils.kt#L220
Method `extendRangeByLines` coverage is below the threshold 50%

Artifacts

Produced during runtime
Name Size Digest
reports-ubuntu-latest-agent-tests
339 KB
sha256:5db2635f19fb76ebd748256e33588850f7be5050786f2275fee5e9dbd73eab6e
reports-ubuntu-latest-anthropic-schema-test
291 KB
sha256:a6f81424cf07bef8b73d3e2a09739a5bd117470620f5d3b194a44dcf4dd693a0
reports-ubuntu-latest-bedrock-credentials-test
288 KB
sha256:ac2f9340e5a71f5445b518a07fa6b9bf1e1a13d46713129a3bfef735027954dc
reports-ubuntu-latest-bedrock-tests
288 KB
sha256:d6ebcd417e607c03e2feb444d732f5610be717d23234636d90bf3dbbe3e845e6
reports-ubuntu-latest-capabilities-tests
298 KB
sha256:e11499cc5622376b2336092a3bc2df1fcb8c356e6a49c913f7d6ef2e3987bbfb
reports-ubuntu-latest-embeddings-test
288 KB
sha256:0b6bfba7ab7de4bf618bc843cbf53ca9f6428d42c6b772788a304e24aaabd694
reports-ubuntu-latest-multiple-llm-executor-tests
310 KB
sha256:c7ca89d5bcdedee43961c23f5acc268aac1bc48dfda6807c866e0291e69b15fc
reports-ubuntu-latest-other-executor-tests
288 KB
sha256:0a534828522656215baec40480d6d2a4836560682a6676fecb060d118085029a
reports-ubuntu-latest-single-llm-executor-tests
309 KB
sha256:f5a7037dc40901ea72179431590c51c28ff7d2ce94cf87649a31179f5b187435