Bump coverlet.collector from 8.0.0 to 8.0.1 #63
build-validation.yml
on: pull_request
Quality Gate
4m 7s
Unit Test Suite
4m 26s
Coverage Suite
4m 5s
UI Test Suite
5m 1s
Annotations
10 errors
|
Coverage Suite
Process completed with exit code 1.
|
|
SelectProviderSurfacesGeminiSuggestedAndSupportedModels:
DotPilot.Tests/Settings/ViewModels/SettingsModelTests.cs#L145
Expected details {
DotPilot.Presentation.ProviderDetailItem
{
Label = "Installed version",
Value = "0.34.0"
},
DotPilot.Presentation.ProviderDetailItem
{
Label = "Suggested model",
Value = "gemini-2.5-pro"
},
DotPilot.Presentation.ProviderDetailItem
{
Label = "Supported models",
Value = "gemini-2.5-pro"
}
} to have an item matching ((detail.Label == "Supported models") AndAlso detail.Value.Contains("gemini-2.5-flash", Ordinal)).
|
|
EnabledOnnxProviderReportsReadyRuntimeWhenModelDirectoryIsConfigured:
DotPilot.Tests/Providers/Services/AgentProviderStatusReaderTests.cs#L220
Expected provider.SupportedModelNames to contain a single item, but found {
"phi-4-mini-instruct-onnx",
"phi-4-mini-instruct"
}.
|
|
EnabledGeminiProviderReportsReadyRuntimeAndSuggestedModels:
DotPilot.Tests/Providers/Services/AgentProviderStatusReaderTests.cs#L197
Expected provider.SupportedModelNames {
"gemini-2.5-pro"
} to contain "gemini-2.5-flash".
|
|
GetWorkspaceAsyncSeedsDefaultSystemAgentForANewStore:
DotPilot.Tests/ChatSessions/Execution/AgentSessionServiceTests.cs#L33
Expected workspace.Providers to contain 5 item(s), but found 7: DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = {empty},
CanCreateAgents = True,
CommandName = "debug",
Details = {empty},
DisplayName = "Debug Provider",
Id = DotPilot.Core.ProviderId
{
Value = {badf33d9-9434-8b35-bc0d-ad13fbe96f6f}
},
InstalledVersion = "debug-echo",
IsEnabled = True,
Kind = AgentProviderKind.Debug {value: 0},
Status = AgentProviderStatus.Ready {value: 0},
StatusSummary = "Built in and ready for deterministic local testing.",
SuggestedModelName = "debug-echo",
SupportedModelNames = {"debug-echo"}
},
DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = DotPilot.Core.ChatSessions.Contracts.ProviderActionDescriptor
{
{
Command = "npm install -g @openai/codex",
Label = "Install",
Summary = "Install the CLI, then refresh settings."
}
}
,
CanCreateAgents = False,
CommandName = "codex",
Details = DotPilot.Core.ChatSessions.Contracts.ProviderDetailDescriptor
{
{
Label = "Install command",
Value = "npm install -g @openai/codex"
}
}
,
DisplayName = "Codex",
Id = DotPilot.Core.ProviderId
{
Value = {487f6a88-d438-8239-8153-806c4fe41b28}
},
InstalledVersion = <null>,
IsEnabled = False,
Kind = AgentProviderKind.Codex {value: 1},
Status = AgentProviderStatus.Disabled {value: 2},
StatusSummary = "Provider is disabled for local agent creation. Codex CLI is not installed.",
SuggestedModelName = "",
SupportedModelNames = {empty}
},
DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = DotPilot.Core.ChatSessions.Contracts.ProviderActionDescriptor
{
{
Command = "npm install -g @anthropic-ai/claude-code",
Label = "Install",
Summary = "Install the CLI, then refresh settings."
}
}
,
CanCreateAgents = False,
CommandName = "claude",
Details = DotPilot.Core.ChatSessions.Contracts.ProviderDetailDescriptor
{
{
Label = "Install command",
Value = "npm install -g @anthropic-ai/claude-code"
}
}
,
DisplayName = "Claude Code",
Id = DotPilot.Core.ProviderId
{
Value = {7f8bf571-b16a-8bda-84ee-d925f4dcfe23}
},
InstalledVersion = <null>,
IsEnabled = False,
Kind = AgentProviderKind.ClaudeCode {value: 2},
Status = AgentProviderStatus.Disabled {value: 2},
StatusSummary = "Provider is disabled for local agent creation. Claude Code CLI is not installed.",
SuggestedModelName = "",
SupportedModelNames = {empty}
}DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = DotPilot.Core.ChatSessions.Contracts.ProviderActionDescriptor
{
{
Command = "npm install -g @github/copilot",
Label = "Install",
Summary = "Install the CLI, then refresh settings."
}
}
,
CanCreateAgents = False,
CommandName = "copilot",
Details = DotPilot.Core.ChatSessions.Contracts.ProviderDetailDescriptor
(Output has exceeded the maximum of 100 lines. Increase FormattingOptions.MaxLines on AssertionScope or AssertionConfiguration to include more lines.).
|
|
Unit Test Suite
Process completed with exit code 1.
|
|
SelectProviderSurfacesGeminiSuggestedAndSupportedModels:
DotPilot.Tests/Settings/ViewModels/SettingsModelTests.cs#L145
Expected details {
DotPilot.Presentation.ProviderDetailItem
{
Label = "Installed version",
Value = "0.34.0"
},
DotPilot.Presentation.ProviderDetailItem
{
Label = "Suggested model",
Value = "gemini-2.5-pro"
},
DotPilot.Presentation.ProviderDetailItem
{
Label = "Supported models",
Value = "gemini-2.5-pro"
}
} to have an item matching ((detail.Label == "Supported models") AndAlso detail.Value.Contains("gemini-2.5-flash", Ordinal)).
|
|
EnabledOnnxProviderReportsReadyRuntimeWhenModelDirectoryIsConfigured:
DotPilot.Tests/Providers/Services/AgentProviderStatusReaderTests.cs#L220
Expected provider.SupportedModelNames to contain a single item, but found {
"phi-4-mini-instruct-onnx",
"phi-4-mini-instruct"
}.
|
|
EnabledGeminiProviderReportsReadyRuntimeAndSuggestedModels:
DotPilot.Tests/Providers/Services/AgentProviderStatusReaderTests.cs#L197
Expected provider.SupportedModelNames {
"gemini-2.5-pro"
} to contain "gemini-2.5-flash".
|
|
GetWorkspaceAsyncSeedsDefaultSystemAgentForANewStore:
DotPilot.Tests/ChatSessions/Execution/AgentSessionServiceTests.cs#L33
Expected workspace.Providers to contain 5 item(s), but found 7: DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = {empty},
CanCreateAgents = True,
CommandName = "debug",
Details = {empty},
DisplayName = "Debug Provider",
Id = DotPilot.Core.ProviderId
{
Value = {badf33d9-9434-8b35-bc0d-ad13fbe96f6f}
},
InstalledVersion = "debug-echo",
IsEnabled = True,
Kind = AgentProviderKind.Debug {value: 0},
Status = AgentProviderStatus.Ready {value: 0},
StatusSummary = "Built in and ready for deterministic local testing.",
SuggestedModelName = "debug-echo",
SupportedModelNames = {"debug-echo"}
},
DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = DotPilot.Core.ChatSessions.Contracts.ProviderActionDescriptor
{
{
Command = "npm install -g @openai/codex",
Label = "Install",
Summary = "Install the CLI, then refresh settings."
}
}
,
CanCreateAgents = False,
CommandName = "codex",
Details = DotPilot.Core.ChatSessions.Contracts.ProviderDetailDescriptor
{
{
Label = "Install command",
Value = "npm install -g @openai/codex"
}
}
,
DisplayName = "Codex",
Id = DotPilot.Core.ProviderId
{
Value = {487f6a88-d438-8239-8153-806c4fe41b28}
},
InstalledVersion = <null>,
IsEnabled = False,
Kind = AgentProviderKind.Codex {value: 1},
Status = AgentProviderStatus.Disabled {value: 2},
StatusSummary = "Provider is disabled for local agent creation. Codex CLI is not installed.",
SuggestedModelName = "",
SupportedModelNames = {empty}
},
DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = DotPilot.Core.ChatSessions.Contracts.ProviderActionDescriptor
{
{
Command = "npm install -g @anthropic-ai/claude-code",
Label = "Install",
Summary = "Install the CLI, then refresh settings."
}
}
,
CanCreateAgents = False,
CommandName = "claude",
Details = DotPilot.Core.ChatSessions.Contracts.ProviderDetailDescriptor
{
{
Label = "Install command",
Value = "npm install -g @anthropic-ai/claude-code"
}
}
,
DisplayName = "Claude Code",
Id = DotPilot.Core.ProviderId
{
Value = {7f8bf571-b16a-8bda-84ee-d925f4dcfe23}
},
InstalledVersion = <null>,
IsEnabled = False,
Kind = AgentProviderKind.ClaudeCode {value: 2},
Status = AgentProviderStatus.Disabled {value: 2},
StatusSummary = "Provider is disabled for local agent creation. Claude Code CLI is not installed.",
SuggestedModelName = "",
SupportedModelNames = {empty}
}DotPilot.Core.ChatSessions.Contracts.ProviderStatusDescriptor
{
Actions = DotPilot.Core.ChatSessions.Contracts.ProviderActionDescriptor
{
{
Command = "npm install -g @github/copilot",
Label = "Install",
Summary = "Install the CLI, then refresh settings."
}
}
,
CanCreateAgents = False,
CommandName = "copilot",
Details = DotPilot.Core.ChatSessions.Contracts.ProviderDetailDescriptor
(Output has exceeded the maximum of 100 lines. Increase FormattingOptions.MaxLines on AssertionScope or AssertionConfiguration to include more lines.).
|