Skip to content

chore(deps): Bump the nuget-dependencies group with 8 updates - #31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-dependencies-8457b45354
Open

chore(deps): Bump the nuget-dependencies group with 8 updates#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-dependencies-8457b45354

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updated Aspire.Hosting.Testing from 13.4.6 to 13.5.3.

Release notes

Sourced from Aspire.Hosting.Testing's releases.

13.5.3

What's New in Aspire 13.5.3

Patch release for Aspire 13.5 that fixes Dashboard Graph view crashes for resources with multi-path icons and restores missing public URLs for DevTunnel resources.

🐛 Fixes

  • 📊 Dashboard Graph view could crash for Azure Blob resources — Resources such as those created with AddBlobs use icons containing multiple SVG paths, which caused an XML parsing exception and broke the dashboard circuit. The graph now combines multi-path icons correctly. Regression introduced in 13.5. Fixes #​19489. (#​19585, backport of #​19579, @​sebastienros)

  • 🌐 DevTunnel public URLs were missing from the Dashboard and MCP snapshots — DevTunnel port resources could report Running and Healthy while showing no public URLs. Proxyless port allocation is now limited to compute and container resources, allowing DevTunnels to publish their actual public endpoints. Regression introduced in 13.5. Fixes #​19496. (#​19625, backport of #​19590, @​karolz-ms, @​danegsta)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.5.3

Full Changelog: v13.5.2...v13.5.3

Full commit: b5f143315ffb6968ea939a9978797a5b20e4c688

13.5.2

What's New in Aspire 13.5.2

Patch release for Aspire 13.5 that removes an unused native helper binary from the Windows CLI archives so 13.5 servicing releases stay publishable to WinGet.

🐛 Fixes

  • 🪟 Windows CLI archives shipped an unused ~4.9 MB hex1bpty.exe — The Windows CLI archives (aspire-cli-win-{x64,arm64}-*.zip) bundled Hex1b's out-of-process PTY host, which Aspire never executes (DCP owns every pseudo-terminal Aspire surfaces). Besides the wasted download, the extra unexplained executable stalled the WinGet publish, since every binary in the archive goes through executable and malware validation. A build-only MSBuild target now drops the file from the CLI publish output; Unix native assets are unaffected. Regression new in 13.5. ([#​19557]([release/13.5] Exclude unused hex1bpty.exe from published CLI archives microsoft/aspire#19557), backport of #​19554, @​mitchdenny)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.5.2

Full Changelog: [v13.5.1...v13.5.2](microsoft/aspire@v13.5.1...v13.5.2)

Full commit: [a22cec24d76e764b3681977e314ab4a0aeed0240](microsoft/aspire@a22cec2)

13.5.1

What's New in Aspire 13.5.1

Patch release for Aspire 13.5 fixing a TypeScript/Java polyglot AppHost compatibility regression when running the 13.5 SDK under an older (13.4.x) CLI, plus a DCP update and release-pipeline housekeeping.

🐛 Fixes

  • 🍎 Polyglot AppHosts could crash on startup on macOS — On macOS, polyglot (TypeScript/Python/Java/Go/Rust) AppHosts could crash during startup due to an interaction between how DCP's Go runtime forks detached processes and how .NET Native AOT installs its signal handlers. Updated DCP (Developer Control Plane) to 0.25.13 to resolve the crash. ([#​19528]([release/13.5] [main] Update dependencies from microsoft/dcp microsoft/aspire#19528))

  • 🔗 Polyglot AppHosts on the 13.5 SDK crashed under an older CLI with MissingMethodException — A TypeScript or Java AppHost built with the 13.5 SDK failed to start when launched by an older (13.4.x) CLI, because the newer codegen called Aspire.TypeSystem members that don't exist in the CLI's older contract. Code generation now probes for these additive capabilities before using them, so older CLIs skip only the unsupported feature and startup succeeds. Regression introduced in 13.5 by #​19365. Fixes #​19503. ([#​19524]([release/13.5] Preserve TypeSystem compatibility with older CLIs microsoft/aspire#19524), backport of #​19506, @​adamint)

🏷️ Housekeeping

Full Changelog: [v13.5.0...v13.5.1](microsoft/aspire@v13.5.0...v13.5.1)

Full commit: [69db530a4816698cf1d5fa4557933e0ac4f127c6](microsoft/aspire@69db530)

13.5.0

Aspire 13.5.0

Aspire 13.5 is a developer-experience release focused on a richer, more interactive AppHost, closer C# and TypeScript parity, sharper tooling, more flexible deployment modeling, and a broad set of runtime-stability improvements.

Highlights

  • 💬 Richer AppHost interactions — The Interaction Service now works across C# and TypeScript AppHosts with stable prompts and dynamic inputs, file uploads, progress dialogs, notifications, and user-defined resource command arguments that surface as dashboard controls and CLI options.
  • 🖥️ Interactive terminal sessions — The experimental WithTerminal() API lets resources host REPLs, shells, TUIs, and other interactive programs directly in the dashboard, with an opt-in aspire terminal CLI command for attaching from your shell.
  • 🌐 TypeScript AppHost is generally available — Polyglot AppHosts no longer require the ASPIREATS001 experimental diagnostic and gain custom health checks, container file copying, HTTPS developer certificates, faster startup, and several reliability fixes that further close the gap with C#.
  • 🛠️ CLI installation and reliability — The Aspire CLI is available through npm and Nix alongside Homebrew, WinGet, mise, and NuGet. New C# AppHosts enable the CLI bundle by default, while aspire stop --force, aspire update --migrate, aspire doctor, docs search, signal handling, and stale-socket cleanup all improve day-to-day workflows.
  • 🎨 Refreshed dashboard — The dashboard adopts official Aspire branding and a new accessible design-token system, with timestamp and exact numeric telemetry filters, console-log text search, clearer reconnect and health-check experiences, and correct telemetry streaming while filters are active.
  • 💻 Rebranded VS Code extension — The extension is now named Aspire and adds an in-editor dashboard, Bun and MAUI debugging, resource commands in the tree view, discovered AppHosts, improved parameter handling, and more efficient workspace discovery.
  • ☸️ More expressive deployments — Kubernetes and AKS gain first-class persistent volumes, Azure Container Apps adds deterministic unique resource naming, Azure environments support delegated subnets, and Docker Compose can publish Blazor gateways and configure shared memory.
  • ☁️ Expanded hosting integrations — Azure resources can be referenced across resource groups, subscriptions, and tenants; the new Aspire.Hosting.Dotnet package models .NET projects by path; Radius deployment arrives in preview; and Foundry Local, Redis modules, dev tunnels, Go debugging, and other integrations gain new capabilities.

⚠️ Breaking changes

Notable changes include hosting context ServiceProvider properties being renamed to Services, PublishAsConnectionString becoming obsolete in favor of AddConnectionString, removal of aspire ps --resources and --include-hidden in favor of aspire describe, earlier proxyless endpoint port allocation, deprecation of the GitHub Models integration, removal of the dashboard AI Assistant, and opt-in rather than automatic dashboard launch from the VS Code extension.

See the full list and migration guidance in the Aspire 13.5 breaking changes.

📖 Learn more

For complete details, examples, migration guidance, and everything new in this release, read What's new in Aspire 13.5.

Thank you to all the community contributors who helped make Aspire 13.5 possible! 💜


Full Changelog: v13.4.6...v13.5.0

Full commit: e076d8e427cb3afb528dbd605acd74c3aea69f94

Commits viewable in compare view.

Updated Flawright from 0.5.104 to 0.5.107.

Release notes

Sourced from Flawright's releases.

0.5.107

Full Changelog: JerrettDavis/Flawright@v0.5.106...v0.5.107

0.5.106

What's Changed

Full Changelog: JerrettDavis/Flawright@v0.5.104...v0.5.106

Commits viewable in compare view.

Updated Microsoft.Web.WebView2 from 1.0.4129.50 to 1.0.4191.47.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.17.0 to 1.18.0.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.18.0

For highlights and announcements pertaining to this release see: Release Notes > 1.18.0.

The following changes are from the previous release 1.17.0.

  • NuGet: OpenTelemetry v1.18.0

    • Fixed self-diagnostics log lines being silently dropped when an event message or parameter contained enough 3-byte UTF-8 characters to overflow the internal buffer estimate. Such content is now truncated.
      (#​7543)

    • Fixed activity creation throwing when multiple tracer providers return a sampler attribute with the same key.
      (#​7558)

    • Added the otel.sdk.processor.log.processed SDK self-observability metric.
      (#​7486)

    • Added the otel.sdk.processor.span.processed SDK self-observability metric.
      (#​7598)

    • BatchActivityExportProcessor and SimpleActivityExportProcessor no longer forward spans to the exporter once Shutdown has been called, and BatchActivityExportProcessor.Shutdown now waits for in-flight OnEnd calls to finish enqueueing before flushing.
      (#​7598)

    • Fix logger, meter and tracer providers leaking background threads if an exception is thrown by their constructor after resource creation.
      (#​7615)

    • CircularBufferBuckets.Copy optimized to use bulk array copies.
      (#​7670)

    • Restored configured MaxScale after delta exponential histogram collection.
      (#​7671)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.18.0

    • Avoid formatting exceptions and creating exception attributes when RecordException is called on a span that is not recorded.
      (#​7669)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.18.0

    No notable changes.

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.18.0

    • Added support for serializing attribute values that are key/value lists (IEnumerable<KeyValuePair<string, object?>>). These attributes will be serialized as JSON objects.
      (#​7015)

... (truncated)

1.18.0-rc.1

The following changes are from the previous release 1.17.0.

  • NuGet: OpenTelemetry v1.18.0-rc.1

    • Fixed self-diagnostics log lines being silently dropped when an event message or parameter contained enough 3-byte UTF-8 characters to overflow the internal buffer estimate. Such content is now truncated.
      (#​7543)

    • Fixed activity creation throwing when multiple tracer providers return a sampler attribute with the same key.
      (#​7558)

    • Added the otel.sdk.processor.log.processed SDK self-observability metric.
      (#​7486)

    • Added the otel.sdk.processor.span.processed SDK self-observability metric.
      (#​7598)

    • BatchActivityExportProcessor and SimpleActivityExportProcessor no longer forward spans to the exporter once Shutdown has been called, and BatchActivityExportProcessor.Shutdown now waits for in-flight OnEnd calls to finish enqueueing before flushing.
      (#​7598)

    • Fix logger, meter and tracer providers leaking background threads if an exception is thrown by their constructor after resource creation.
      (#​7615)

    • CircularBufferBuckets.Copy optimized to use bulk array copies.
      (#​7670)

    • Restored configured MaxScale after delta exponential histogram collection.
      (#​7671)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.18.0-rc.1

    • Avoid formatting exceptions and creating exception attributes when RecordException is called on a span that is not recorded.
      (#​7669)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.18.0-rc.1

    No notable changes.

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.18.0-rc.1

    • Added support for serializing attribute values that are key/value lists (IEnumerable<KeyValuePair<string, object?>>). These attributes will be serialized as JSON objects.
      (#​7015)

    See CHANGELOG for details.

... (truncated)

1.18.0-beta.1

The following changes are from the previous release 1.17.0-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.18.0-beta.1

    • Fix concurrent scrapes returning an empty response under contention. Now the exporter will return an HTTP 500 error instead.
      (#​7571)

    • Waiting for concurrent scrapes to finish before collecting no longer blocks, which could stall concurrent scrapes being waited on.
      (#​7571)

    • Fixed the interaction between PrometheusAspNetCoreOptions.TranslationStrategy and content negotiation. The configured strategy is now applied before content negotiation, instead of the negotiated escaping scheme replacing the strategy's, and the Content-Type header now reports the escaping scheme that was applied rather than the one that was negotiated.
      (#​7610)

    • Fixed metric values and histogram bucket bounds being written with 17 significant digits instead of their shortest round-trippable representation.
      (#​7589)

    • Fixed the canonical representation used for histogram le and summary quantile label values falling back to 17 significant digits incorrectly.
      (#​7589)

    • Fixed a race where a slow scrape could return an HTTP 200 instead of 408.
      (#​7615)

    • Updated OpenTelemetry core component version(s) to 1.18.0.
      (#​7674)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.18.0-beta.1

    • Fix concurrent scrapes returning an empty response under contention. Now the exporter will return an HTTP 500 error instead.
      (#​7571)

    • Waiting for concurrent scrapes to finish before collecting no longer blocks, which could stall concurrent scrapes being waited on.
      (#​7571)

    • A scrape which is still collecting when the listener is disposed now returns an HTTP 503 response.
      (#​7587)

    • Shutting down the listener no longer waits indefinitely for its request processing loop to stop, and no longer throws if the loop faulted.
      (#​7587)

    • Fixed the interaction between PrometheusHttpListenerOptions.TranslationStrategy and content negotiation. The configured strategy is now applied before content negotiation, instead of the negotiated escaping scheme replacing the strategy's, and the Content-Type header now reports the escaping scheme that was applied rather than the one that was negotiated.
      (#​7610)

    • Fixed metric values and histogram bucket bounds being written with 17 significant digits instead of their shortest round-trippable representation.
      (#​7589)

    • Fixed the canonical representation used for histogram le and summary quantile label values falling back to 17 significant digits incorrectly.
      (#​7589)

... (truncated)

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.17.0 to 1.18.0.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.18.0

For highlights and announcements pertaining to this release see: Release Notes > 1.18.0.

The following changes are from the previous release 1.17.0.

  • NuGet: OpenTelemetry v1.18.0

    • Fixed self-diagnostics log lines being silently dropped when an event message or parameter contained enough 3-byte UTF-8 characters to overflow the internal buffer estimate. Such content is now truncated.
      (#​7543)

    • Fixed activity creation throwing when multiple tracer providers return a sampler attribute with the same key.
      (#​7558)

    • Added the otel.sdk.processor.log.processed SDK self-observability metric.
      (#​7486)

    • Added the otel.sdk.processor.span.processed SDK self-observability metric.
      (#​7598)

    • BatchActivityExportProcessor and SimpleActivityExportProcessor no longer forward spans to the exporter once Shutdown has been called, and BatchActivityExportProcessor.Shutdown now waits for in-flight OnEnd calls to finish enqueueing before flushing.
      (#​7598)

    • Fix logger, meter and tracer providers leaking background threads if an exception is thrown by their constructor after resource creation.
      (#​7615)

    • CircularBufferBuckets.Copy optimized to use bulk array copies.
      (#​7670)

    • Restored configured MaxScale after delta exponential histogram collection.
      (#​7671)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.18.0

    • Avoid formatting exceptions and creating exception attributes when RecordException is called on a span that is not recorded.
      (#​7669)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.18.0

    No notable changes.

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.18.0

    • Added support for serializing attribute values that are key/value lists (IEnumerable<KeyValuePair<string, object?>>). These attributes will be serialized as JSON objects.
      (#​7015)

... (truncated)

1.18.0-rc.1

The following changes are from the previous release 1.17.0.

  • NuGet: OpenTelemetry v1.18.0-rc.1

    • Fixed self-diagnostics log lines being silently dropped when an event message or parameter contained enough 3-byte UTF-8 characters to overflow the internal buffer estimate. Such content is now truncated.
      (#​7543)

    • Fixed activity creation throwing when multiple tracer providers return a sampler attribute with the same key.
      (#​7558)

    • Added the otel.sdk.processor.log.processed SDK self-observability metric.
      (#​7486)

    • Added the otel.sdk.processor.span.processed SDK self-observability metric.
      (#​7598)

    • BatchActivityExportProcessor and SimpleActivityExportProcessor no longer forward spans to the exporter once Shutdown has been called, and BatchActivityExportProcessor.Shutdown now waits for in-flight OnEnd calls to finish enqueueing before flushing.
      (#​7598)

    • Fix logger, meter and tracer providers leaking background threads if an exception is thrown by their constructor after resource creation.
      (#​7615)

    • CircularBufferBuckets.Copy optimized to use bulk array copies.
      (#​7670)

    • Restored configured MaxScale after delta exponential histogram collection.
      (#​7671)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.18.0-rc.1

    • Avoid formatting exceptions and creating exception attributes when RecordException is called on a span that is not recorded.
      (#​7669)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.18.0-rc.1

    No notable changes.

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.18.0-rc.1

    • Added support for serializing attribute values that are key/value lists (IEnumerable<KeyValuePair<string, object?>>). These attributes will be serialized as JSON objects.
      (#​7015)

    See CHANGELOG for details.

... (truncated)

1.18.0-beta.1

The following changes are from the previous release 1.17.0-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.18.0-beta.1

    • Fix concurrent scrapes returning an empty response under contention. Now the exporter will return an HTTP 500 error instead.
      (#​7571)

    • Waiting for concurrent scrapes to finish before collecting no longer blocks, which could stall concurrent scrapes being waited on.
      (#​7571)

    • Fixed the interaction between PrometheusAspNetCoreOptions.TranslationStrategy and content negotiation. The configured strategy is now applied before content negotiation, instead of the negotiated escaping scheme replacing the strategy's, and the Content-Type header now reports the escaping scheme that was applied rather than the one that was negotiated.
      (#​7610)

    • Fixed metric values and histogram bucket bounds being written with 17 significant digits instead of their shortest round-trippable representation.
      (#​7589)

    • Fixed the canonical representation used for histogram le and summary quantile label values falling back to 17 significant digits incorrectly.
      (#​7589)

    • Fixed a race where a slow scrape could return an HTTP 200 instead of 408.
      (#​7615)

    • Updated OpenTelemetry core component version(s) to 1.18.0.
      (#​7674)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.18.0-beta.1

    • Fix concurrent scrapes returning an empty response under contention. Now the exporter will return an HTTP 500 error instead.
      (#​7571)

    • Waiting for concurrent scrapes to finish before collecting no longer blocks, which could stall concurrent scrapes being waited on.
      (#​7571)

    • A scrape which is still collecting when the listener is disposed now returns an HTTP 503 response.
      (#​7587)

    • Shutting down the listener no longer waits indefinitely for its request processing loop to stop, and no longer throws if the loop faulted.
      (#​7587)

    • Fixed the interaction between PrometheusHttpListenerOptions.TranslationStrategy and content negotiation. The configured strategy is now applied before content negotiation, instead of the negotiated escaping scheme replacing the strategy's, and the Content-Type header now reports the escaping scheme that was applied rather than the one that was negotiated.
      (#​7610)

    • Fixed metric values and histogram bucket bounds being written with 17 significant digits instead of their shortest round-trippable representation.
      (#​7589)

    • Fixed the canonical representation used for histogram le and summary quantile label values falling back to 17 significant digits incorrectly.
      (#​7589)

... (truncated)

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.AspNetCore from 1.17.0 to 1.18.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.18.0

1.18.0-rc.1

1.18.0-beta.2

1.18.0-beta.1

  • NuGet: OpenTelemetry.Exporter.Geneva v1.18.0-beta.1

    • Fixed a metric TLV serialization issue where an exemplar whose filtered tags
      serialized to more than 255 bytes caused the payload to be corrupted.
      (#​4856)

    • Renamed the PrivatePreviewEnableOtlpProtobufEncoding connection string switch
      to EnableOtlpProtobufEncoding. The old PrivatePreviewEnableOtlpProtobufEncoding
      switch is no longer supported.
      (#​4920)

    • Fixed a regression introduced in 1.17.0 where EtwDataTransport prepended a
      synthetic 4-byte length field to the ETW payload for logs and traces, causing
      the agent to reject the data with "Bad forward protocol format". The raw
      payload is once again written as a single unframed field.
      (#​4941)

    See CHANGELOG for details.

1.18.0-alpha.1

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.Http from 1.17.0 to 1.18.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

1.18.0

1.18.0-rc.1

1.18.0-beta.2

1.18.0-beta.1

  • NuGet: OpenTelemetry.Exporter.Geneva v1.18.0-beta.1

    • Fixed a metric TLV serialization issue where an exemplar whose filtered tags
      serialized to more than 255 bytes caused the payload to be corrupted.
      (#​4856)

    • Renamed the PrivatePreviewEnableOtlpProtobufEncoding connection string switch
      to EnableOtlpProtobufEncoding. The old PrivatePreviewEnableOtlpProtobufEncoding
      switch is no longer supported.
      (#​4920)

    • Fixed a regression introduced in 1.17.0 where EtwDataTransport prepended a
      synthetic 4-byte length field to the ETW payload for logs and traces, causing
      the agent to reject the data with "Bad forward protocol format". The raw
      payload is once again written as a single unframed field.
      (#​4941)

    See CHANGELOG for details.

1.18.0-alpha.1

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.Runtime from 1.17.0 to 1.18.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.Runtime's releases.

1.18.0

1.18.0-rc.1

1.18.0-beta.2

1.18.0-beta.1

  • NuGet: OpenTelemetry.Exporter.Geneva v1.18.0-beta.1

    • Fixed a metric TLV serialization issue where an exemplar whose filtered tags
      serialized to more than 255 bytes caused the payload to be corrupted.
      (#​4856)

    • Renamed the PrivatePreviewEnableOtlpProtobufEncoding connection string switch
      to EnableOtlpProtobufEncoding. The old PrivatePreviewEnableOtlpProtobufEncoding
      switch is no longer supported.
      (#​4920)

    • Fixed a regression introduced in 1.17.0 where EtwDataTransport prepended a
      synthetic 4-byte length field to the ETW payload for logs and traces, causing
      the agent to reject the data with "Bad forward protocol format". The raw
      payload is once again written as a single unframed field.
      (#​4941)

    See CHANGELOG for details.

1.18.0-alpha.1

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Aspire.Hosting.Testing from 13.4.6 to 13.5.3
Bumps Flawright from 0.5.104 to 0.5.107
Bumps Microsoft.Web.WebView2 from 1.0.4129.50 to 1.0.4191.47
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.17.0 to 1.18.0
Bumps OpenTelemetry.Extensions.Hosting from 1.17.0 to 1.18.0
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.17.0 to 1.18.0
Bumps OpenTelemetry.Instrumentation.Http from 1.17.0 to 1.18.0
Bumps OpenTelemetry.Instrumentation.Runtime from 1.17.0 to 1.18.0

---
updated-dependencies:
- dependency-name: Aspire.Hosting.Testing
  dependency-version: 13.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Flawright
  dependency-version: 0.5.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Web.WebView2
  dependency-version: 1.0.4191.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

Cress full coverage

2026-08-31T11:41:36: Arguments
2026-08-31T11:41:36:  -reports:D:\a\Cress\Cress\artifacts\test-results\2cd7359c-2bcc-456a-94cc-5f2f41b600d0\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\5acee3b3-7185-40eb-9a61-7b6b1d1909b8\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\63c1dbaf-b526-4c28-8c3f-c28bd27537eb\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\6758e8ce-9327-498e-b944-a5d0105a796e\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\7506ea3a-d944-47a3-bdde-3b11a4499a48\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\9306d261-3f36-4243-83e1-416c318ec093\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\a25a51fc-40ce-4bbf-8343-7e653dbf7032\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\acead8dd-4926-4548-88f1-a064f7b3e283\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_23\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_26\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_31\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_32\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_40\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_44\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_58\In\runnervmeef0v\coverage.cobertura.xml
2026-08-31T11:41:36:  -targetdir:coverage-report
2026-08-31T11:41:36:  -reporttypes:HtmlInline;Cobertura;TextSummary;Badges
2026-08-31T11:41:36:  -assemblyfilters:+Cress*;-*Tests*
2026-08-31T11:41:36:  -filefilters:-**\tests\**
2026-08-31T11:41:37: File '_/src/Cress.Companion.Windows/obj/Release/net10.0-windows/System.Windows.Forms.Analyzers.CSharp/System.Windows.Forms.CSharp.Generators.ApplicationConfiguration.ApplicationConfigurationGenerator/ApplicationConfiguration.g.cs' does not exist (any more).
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_linecoverage.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_brightgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_green.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_yellowgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_yellow.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_orange.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_red.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_lightgrey.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_linecoverage_blue.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_branchcoverage.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_brightgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_green.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_yellowgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_yellow.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_orange.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_red.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_lightgrey.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_branchcoverage_blue.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_methodcoverage.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_brightgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_green.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_yellowgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_yellow.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_orange.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_red.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_lightgrey.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_methodcoverage_blue.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_fullmethodcoverage.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_brightgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_green.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_yellowgreen.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_yellow.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_orange.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_red.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_lightgrey.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_shieldsio_fullmethodcoverage_blue.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\badge_combined.svg'
2026-08-31T11:41:38: Writing report file 'coverage-report\Cobertura.xml'
2026-08-31T11:41:38: Writing report file 'coverage-report\index.html'
2026-08-31T11:41:38: Writing report file 'coverage-report\Summary.txt'
2026-08-31T11:41:38: Report generation took 2.1 seconds
Summary
  Generated on: 8/31/2026 - 11:41:38 AM
  Coverage date: 8/31/2026 - 11:40:28 AM - 8/31/2026 - 11:41:26 AM
  Parser: MultiReport (15x Cobertura)
  Assemblies: 18
  Classes: 245
  Files: 127
  Line coverage: 90.5%
  Covered lines: 11355
  Uncovered lines: 1182
  Coverable lines: 12537
  Total lines: 24209
  Branch coverage: 80.7% (4958 of 6137)
  Covered branches: 4958
  Total branches: 6137
  Method coverage: 94.8% (2067 of 2180)
  Full method coverage: 88.6% (1933 of 2180)
  Covered methods: 2067
  Fully covered methods: 1933
  Total methods: 2180

Cress.Companion.Core                                                                                                           96.5%
  Cress.Companion.CompanionServiceSnapshot                                                                                      100%
  Cress.Companion.CompanionSessionSnapshot                                                                                      100%
  Cress.Companion.CompanionTargetInfo                                                                                           100%
  Cress.Companion.CompanionWindowBounds                                                                                         100%
  Cress.Companion.CompanionWindowState                                                                                          100%
  Cress.Companion.DesktopCompanionCoordinator                                                                                  96.1%
  Cress.Companion.DesktopCompanionOptions                                                                                       100%
  Cress.Companion.ProcessCatalogSnapshot                                                                                        100%
  Cress.Companion.ProcessCompanionTargetCatalog                                                                                90.2%
  Cress.Companion.ProcessWindowInspector                                                                                        100%
  Cress.Companion.ProcessWindowSnapshot                                                                                         100%
  Cress.Companion.RecordingSessionBackend                                                                                        90%
  Cress.Companion.RecordingSessionBackendFactory                                                                                100%
  Cress.Companion.ScreenPreviewProvider                                                                                         100%
  Cress.Companion.SystemCompanionClock                                                                                          100%

Cress.Companion.Windows                                                                                                         5.2%
  ApplicationConfiguration                                                                                                        0%
  Cress.Companion.Windows.CompanionApplicationContext                                                                             0%
  Cress.Companion.Windows.CompanionBridgeServer                                                                                   0%
  Cress.Companion.Windows.CompanionListItemPresentation                                                                         100%
  Cress.Companion.Windows.CompanionManagerForm                                                                                    0%
  Cress.Companion.Windows.CompanionOverlayForm                                                                                    0%
  Cress.Companion.Windows.CompanionPresentation                                                                                60.6%
  Cress.Companion.Windows.CompanionSelectionPresentation                                                                       71.4%
  Cress.Companion.Windows.CompanionUiTheme                                                                                        0%
  Cress.Companion.Windows.DeterministicCompanionPreviewProvider                                                                   0%
  Cress.Companion.Windows.DeterministicCompanionSessionBackend                                                                    0%
  Cress.Companion.Windows.DeterministicCompanionSessionBackendFactory                                                             0%
  Cress.Companion.Windows.DeterministicCompanionTargetCatalog                                                                     0%
  Cress.Companion.Windows.DeterministicCompanionWindowInspector                                                                   0%
  Cress.Companion.Windows.Program                                                                                                 0%

Cress.Core                                                                                                                     99.6%
  Cress.Core.Models.AcceptanceCriterion                                                                                         100%
  Cress.Core.Models.ArtifactIndex                                                                                               100%
  Cress.Core.Models.AuthenticationConfig                                                                                        100%
  Cress.Core.Models.CressCapability                                                                                             100%
  Cress.Core.Models.CressConfig                                                                                                 100%
  Cress.Core.Models.CressFlow                                                                                                   100%
  Cress.Core.Models.CressProfile                                                                                                100%
  Cress.Core.Models.DefaultsConfig                                                                                              100%
  Cress.Core.Models.Diagnostic                                                                                                  100%
  Cress.Core.Models.DriverConfig                                                                                                100%
  Cress.Core.Models.DriverExecutionResult                                                                                       100%
  Cress.Core.Models.EffectiveConfig                                                                                             100%
  Cress.Core.Models.EvidenceArtifact                                                                                            100%
  Cress.Core.Models.EvidenceProfileConfig                                                                                       100%
  Cress.Core.Models.ExecutionPlan                                                                                               100%
  Cress.Core.Models.FixtureDefinition                                                                                           100%
  Cress.Core.Models.FixtureManifest                                                                                             100%
  Cress.Core.Models.FixtureProviderBinding                                                                                      100%
  Cress.Core.Models.FlakeConfig                                                                                                 100%
  Cress.Core.Models.FlakeProfileConfig                                                                                          100%
  Cress.Core.Models.FlawrightProfileConfig                                                                                      100%
  Cress.Core.Models.FlowAction                                                                                                  100%
  Cress.Core.Models.FlowExpectation                                                                                             100%
  Cress.Core.Models.FlowFixtureRef                                                                                              100%
  Cress.Core.Models.FlowRunResult                                                                                               100%
  Cress.Core.Models.NormalizedExecutable                                                                                        100%
  Cress.Core.Models.NormalizedFixture                                                                                           100%
  Cress.Core.Models.NormalizedFlow                                                                                              100%
  Cress.Core.Models.OperationResult<T>                                                                                          100%
  Cress.Core.Models.PathsConfig                                                                                                 100%
  Cress.Core.Models.PlanAction                                                                                                  100%
  Cress.Core.Models.PlanCollection                                                                                              100%
  Cress.Core.Models.PlaywrightProfileConfig                                                                                     100%
  Cress.Core.Models.PluginsConfig                                                                                               100%
  Cress.Core.Models.ProjectConfig                                                                                               100%
  Cress.Core.Models.ResolvedFixture                                                                                             100%
  Cress.Core.Models.RunInvocation                                                                                               100%
  Cress.Core.Models.RunMetadata                                                                                                 100%
  Cress.Core.Models.RunOptions                                                                                                 92.3%
  Cress.Core.Models.RunResult                                                                                                   100%
  Cress.Core.Models.SecretsConfig                                                                                               100%
  Cress.Core.Models.SourceReference                                                                                             100%
  Cress.Core.Models.StepContractField                                                                                           100%
  Cress.Core.Models.StepDefinition                                                                                              100%
  Cress.Core.Models.StepImplementationBinding                                                                                   100%
  Cress.Core.Models.StepManifest                                                                                                100%
  Cress.Core.Models.StepRunResult                                                                                               100%
  Cress.Core.Models.TimeoutsConfig                                                                                              100%
  Cress.Core.Models.TraceabilityInfo                                                                                            100%
  Cress.Core.Models.ValidationResult                                                                                            100%

Cress.Execution                                                                                                                  96%
  Cress.Execution.Drivers.HttpRuntimeDriver                                                                                    93.8%
  Cress.Execution.Drivers.PlaywrightRuntimeDriver                                                                              97.1%
  Cress.Execution.DriverSessionStartContext                                                                                     100%
  Cress.Execution.EvidenceStore                                                                                                92.2%
  Cress.Execution.ExecutionJson                                                                                                 100%
  Cress.Execution.FlowExecutionContext                                                                                          100%
  Cress.Execution.GeneratedStubSet                                                                                              100%
  Cress.Execution.NodeProcessJsonRpcClient                                                                                     92.9%
  Cress.Execution.PlanGenerator                                                                                                99.1%
  Cress.Execution.PluginHost                                                                                                   92.8%
  Cress.Execution.ProjectCatalog                                                                                                100%
  Cress.Execution.ProjectCatalogService                                                                                        98.5%
  Cress.Execution.ReflectionDotNetPluginModuleLoader                                                                             90%
  Cress.Execution.ReportGenerator                                                                                               100%
  Cress.Execution.RepositoryAssetLocator                                                                                       95.8%
  Cress.Execution.RunResultRepository                                                                                           100%
  Cress.Execution.RuntimeOrchestrator                                                                                          90.6%
  Cress.Execution.RuntimeProgressUpdate                                                                                         100%
  Cress.Execution.ServiceCollectionExtensions                                                                                   100%
  Cress.Execution.StepRegistry                                                                                                  100%
  Cress.Execution.StepRegistrySnapshot                                                                                          100%
  Cress.Execution.StepStubGenerator                                                                                              98%
  Cress.Execution.StoredRunResult                                                                                               100%
  Cress.Studio.Services                                                                                                        98.2%
  Cress.Studio.Services.<RunMetricsService>FCD80CDB4947685EE7D71847CD0D94FF900D95BA58C8CDA66F4F52E0E5284170F__TupleKeyHelper    100%
  Cress.Studio.Services.FlowMetrics                                                                                             100%
  Cress.Studio.Services.MetricsOptions                                                                                          100%
  Cress.Studio.Services.RunMetrics                                                                                              100%
  Cress.Studio.Services.RunMetricsService                                                                                      99.3%
  Cress.Studio.Services.StepInstability                                                                                         100%
  Cress.Studio.Services.StepMetrics                                                                                             100%
  Cress.Studio.Services.StudioEmbeddedRunnerNode                                                                                100%
  Cress.Studio.Services.StudioFlowHealthItem                                                                                    100%
  Cress.Studio.Services.StudioRecentActivityItem                                                                                100%
  Cress.Studio.Services.StudioRunComparison                                                                                     100%
  Cress.Studio.Services.StudioRunComparisonItem                                                                                 100%
  Cress.Studio.Services.StudioRunInsights                                                                                       100%
  Cress.Studio.Services.StudioRunInsightsService                                                                               93.6%
  Cress.Studio.Services.StudioRunnerDispatchRequest                                                                             100%
  Cress.Studio.Services.StudioRunnerDispatchResult                                                                              100%
  Cress.Studio.Services.StudioRunnerNodeSnapshot                                                                                100%
  Cress.Studio.Services.StudioRunnerService                                                                                     100%
  Cress.Studio.Services.StudioRuntimeRunnerExecutor                                                                             100%
  Cress.Studio.Services.SuiteMetrics                                                                                            100%
  Cress.Studio.Services.TrendPoint                                                                                              100%

Cress.Execution.Flawright                                                                                                      94.5%
  Cress.Execution.Drivers.FlawrightRuntimeDriver                                                                               94.5%
  Cress.Execution.FlawrightServiceCollectionExtensions                                                                          100%

Cress.Exporters                                                                                                                95.6%
  Cress.Exporters.Cypress.CypressExporter                                                                                      97.9%
  Cress.Exporters.SeleniumIde.SeleniumIdeExporter                                                                              91.7%
  Cress.Exporters.TestFrameworks.DotNetTestExporterSupport                                                                      100%
  Cress.Exporters.TestFrameworks.DotNetTestExportOptions                                                                        100%
  Cress.Exporters.TestFrameworks.MsTestExporter                                                                                 100%
  Cress.Exporters.TestFrameworks.NUnitExporter                                                                                  100%
  Cress.Exporters.TestFrameworks.XunitExporter                                                                                  100%

Cress.Gherkin                                                                                                                    96%
  Cress.Gherkin.FlowToGherkinConverter                                                                                           94%
  Cress.Gherkin.GherkinIngester                                                                                                95.8%
  Cress.Gherkin.Phrases.PhraseLibrary                                                                                          96.8%
  Cress.Gherkin.Phrases.StepPhrase                                                                                              100%

Cress.Importers                                                                                                                98.9%
  Cress.Importers.Playwright.PlaywrightCodegenImporter                                                                           99%
  Cress.Importers.Postman.PostmanImporter                                                                                      98.6%

Cress.LivingDocs                                                                                                                100%
  Cress.LivingDocs.DiagnosticEntry                                                                                              100%
  Cress.LivingDocs.DocumentBranding                                                                                             100%
  Cress.LivingDocs.DocumentBuilder                                                                                              100%
  Cress.LivingDocs.DocumentBuildOptions                                                                                         100%
  Cress.LivingDocs.DocumentMeta                                                                                                 100%
  Cress.LivingDocs.DocumentModel                                                                                                100%
  Cress.LivingDocs.FlowSummary                                                                                                  100%
  Cress.LivingDocs.RunHistoryEntry                                                                                              100%
  Cress.LivingDocs.ScreenshotEvidence                                                                                           100%
  Cress.LivingDocs.SuiteSummary                                                                                                 100%
  Cress.LivingDocs.TemplateHelpers                                                                                              100%
  Cress.LivingDocs.TemplateRenderer                                                                                             100%

Cress.ProjectSystem                                                                                                             100%
  Cress.ProjectSystem.ConfigLoader                                                                                              100%
  Cress.ProjectSystem.ProfileLoader                                                                                             100%
  Cress.ProjectSystem.ProjectLocator                                                                                            100%

Cress.Recorder                                                                                                                   97%
  Cress.Recorder.ElementInfo                                                                                                    100%
  Cress.Recorder.Inference.InferenceOptions                                                                                     100%
  Cress.Recorder.Inference.InferredStep                                                                                        95.2%
  Cress.Recorder.Inference.Locator                                                                                              100%
  Cress.Recorder.Inference.StepInferenceEngine                                                                                 98.2%
  Cress.Recorder.RecordedEvent                                                                                                  100%
  Cress.Recorder.RecordingSession                                                                                              94.5%
  Cress.Recorder.Serialization.RecordedFlowSerializer                                                                          98.3%
  Cress.Recorder.UiaEventDispatcher                                                                                            93.5%

Cress.Sdk                                                                                                                       100%
  Cress.Sdk.FixtureExecutionContext                                                                                             100%
  Cress.Sdk.FixtureExecutionResult                                                                                              100%
  Cress.Sdk.FixtureProviderRegistration                                                                                         100%
  Cress.Sdk.ICressPluginModule                                                                                                  100%
  Cress.Sdk.NullCressLogger                                                                                                     100%
  Cress.Sdk.NullDriverAccessor                                                                                                  100%
  Cress.Sdk.StepExecutionContext                                                                                                100%
  Cress.Sdk.StepExecutionResult                                                                                                 100%
  Cress.Sdk.StepHandlerRegistration                                                                                             100%

Cress.ServiceDefaults                                                                                                           100%
  Cress.ServiceDefaults.Extensions                                                                                              100%

Cress.Specs                                                                                                                    98.6%
  Cress.Specs.CapabilityParser                                                                                                 97.9%
  Cress.Specs.FixtureManifestParser                                                                                            96.2%
  Cress.Specs.FlowNormalizer                                                                                                    100%
  Cress.Specs.FlowParser                                                                                                        100%
  Cress.Specs.StepManifestParser                                                                                                100%

Cress.Studio.Core                                                                                                              98.8%
  Cress.Studio.ServiceCollectionExtensions                                                                                      100%
  Cress.Studio.Services.DesktopRecordingSessionAdapter                                                                          100%
  Cress.Studio.Services.DesktopRecordingSessionFactory                                                                          100%
  Cress.Studio.Services.EditableExecutable                                                                                      100%
  Cress.Studio.Services.EditableFixture                                                                                         100%
  Cress.Studio.Services.FlowDocumentService                                                                                    98.6%
  Cress.Studio.Services.FlowEditorAnalysis                                                                                      100%
  Cress.Studio.Services.FlowEditorDiagnostic                                                                                    100%
  Cress.Studio.Services.FlowEditorDocument                                                                                      100%
  Cress.Studio.Services.FlowGherkinPreviewBuilder                                                                               100%
  Cress.Studio.Services.FlowGraphBuilder                                                                                       97.7%
  Cress.Studio.Services.FlowGraphEdge                                                                                           100%
  Cress.Studio.Services.FlowGraphModel                                                                                          100%
  Cress.Studio.Services.FlowGraphNode                                                                                           100%
  Cress.Studio.Services.FlowQuickAction                                                                                         100%
  Cress.Studio.Services.ProcessInfoAdapter                                                                                        0%
  Cress.Studio.Services.RecordingReplayResult                                                                                   100%
  Cress.Studio.Services.RecordingResult                                                                                         100%
  Cress.Studio.Services.RecordingTargetInfo                                                                                     100%
  Cress.Studio.Services.StudioAuthoringService                                                                                  100%
  Cress.Studio.Services.StudioCapabilityCoverage                                                                                100%
  Cress.Studio.Services.StudioCompanionClient                                                                                   100%
  Cress.Studio.Services.StudioProjectService                                                                                    100%
  Cress.Studio.Services.StudioProjectSnapshot                                                                                   100%
  Cress.Studio.Services.StudioRecorderService                                                                                  98.3%
  Cress.Studio.Services.StudioSuiteDocument                                                                                     100%
  Cress.Studio.Services.StudioSuiteService                                                                                      100%
  Cress.Studio.Services.WebRecorderClient                                                                                       100%
  Cress.Studio.Services.WebRecordingClientAdapter                                                                               100%
  Cress.Studio.ViewModels.FlowDocumentViewModel                                                                                 100%
  Cress.Studio.ViewModels.ObservableObject                                                                                      100%

Cress.Studio.Launcher                                                                                                          96.1%
  Cress.Studio.Launcher.LoopbackPortAllocator                                                                                   100%
  Cress.Studio.Launcher.StudioBundleLocator                                                                                     100%
  Cress.Studio.Launcher.StudioLaunchOptions                                                                                     100%
  Cress.Studio.Launcher.StudioLaunchUi                                                                                         95.4%
  Cress.Studio.Launcher.StudioServerSession                                                                                    94.1%
  Cress.Studio.Launcher.StudioUsageException                                                                                    100%

Cress.Studio.Web                                                                                                                 97%
  Cress.Studio.Web.Components.Layout.GlobalControlDrawer                                                                        100%
  Cress.Studio.Web.Components.Layout.MainLayout                                                                                 100%
  Cress.Studio.Web.Components.Pages.Error                                                                                       100%
  Cress.Studio.Web.Components.Pages.Home                                                                                       97.8%
  Cress.Studio.Web.Components.Studio.ArtifactPreviewPanel                                                                      95.3%
  Cress.Studio.Web.Components.Studio.ExplorerPanel                                                                             97.4%
  Cress.Studio.Web.Components.Studio.FlowDesigner                                                                                95%
  Cress.Studio.Web.Components.Studio.FlowGraphCanvas                                                                            100%
  Cress.Studio.Web.Components.Studio.LiveRunPanel                                                                              97.4%
  Cress.Studio.Web.Components.Studio.MetricsPanel                                                                              98.5%
  Cress.Studio.Web.Components.Studio.QuickActionSelector                                                                        100%
  Cress.Studio.Web.Components.Studio.RecordButton                                                                               100%
  Cress.Studio.Web.Components.Studio.RecordingLivePanel                                                                        98.2%
  Cress.Studio.Web.Components.Studio.RecordingSavePanel                                                                        96.8%
  Cress.Studio.Web.Components.Studio.RecordingTargetPicker                                                                     96.8%
  Cress.Studio.Web.Components.Studio.ResultsPanel                                                                              96.9%
  Cress.Studio.Web.Components.Studio.RunInsightsPanel                                                                          97.7%
  Cress.Studio.Web.Components.Studio.StatusBar                                                                                 96.8%
  Cress.Studio.Web.Components.Studio.SuiteEditor                                                                                100%
  Cress.Studio.Web.Components.Studio.ThemeToggle                                                                                100%
  Cress.Studio.Web.Components.Studio.WorkspacePickerDialog                                                                     94.6%
  Cress.Studio.Web.Services.StudioArtifactItem                                                                                  100%
  Cress.Studio.Web.Services.StudioDemoWorkspace                                                                                 100%
  Cress.Studio.Web.Services.StudioDirectoryEntry                                                                                100%
  Cress.Studio.Web.Services.StudioLiveRunEntry                                                                                  100%
  Cress.Studio.Web.Services.StudioSuiteEditorModel                                                                              100%
  Cress.Studio.Web.Services.StudioWorkspaceState                                                                               96.3%
  Program                                                                                                                        90%

Cress.Validation                                                                                                               98.8%
  Cress.Validation.ProjectValidator                                                                                            98.8%

Cress core coverage gate

2026-08-31T11:41:38: Arguments
2026-08-31T11:41:38:  -reports:D:\a\Cress\Cress\artifacts\test-results\2cd7359c-2bcc-456a-94cc-5f2f41b600d0\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\5acee3b3-7185-40eb-9a61-7b6b1d1909b8\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\63c1dbaf-b526-4c28-8c3f-c28bd27537eb\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\6758e8ce-9327-498e-b944-a5d0105a796e\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\7506ea3a-d944-47a3-bdde-3b11a4499a48\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\9306d261-3f36-4243-83e1-416c318ec093\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\a25a51fc-40ce-4bbf-8343-7e653dbf7032\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\acead8dd-4926-4548-88f1-a064f7b3e283\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_23\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_26\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_31\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_32\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_40\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_44\In\runnervmeef0v\coverage.cobertura.xml;D:\a\Cress\Cress\artifacts\test-results\runneradmin_runnervmeef0v_2026-08-31_11_40_58\In\runnervmeef0v\coverage.cobertura.xml
2026-08-31T11:41:38:  -targetdir:coverage-report-core
2026-08-31T11:41:38:  -reporttypes:HtmlInline;Cobertura;TextSummary;Badges
2026-08-31T11:41:38:  -assemblyfilters:+Cress*;-*Tests*
2026-08-31T11:41:38:  -filefilters:-**\tests\**;-**\src\Cress.Companion.Windows\**;-**\src\Cress.Companion.Core\ProcessCompanionTargetCatalog.cs;-**\src\Cress.Companion.Core\ProcessWindowInspector.cs;-**\src\Cress.Companion.Core\RecordingSessionBackend.cs;-**\src\Cress.Companion.Core\ScreenPreviewProvider.cs;-**\src\Cress.Companion.Core\SystemCompanionClock.cs;-**\src\Cress.Studio\**;-**\src\Cress.Studio.Launcher\**;-**\src\Cress.Studio.Tool\**;-**\src\Cress.Studio.Web\**;-**\src\Cress.Studio.Windows\**;-**\src\Cress.Studio.Core\**;-**\src\Cress.Execution.Flawright\**;-**\src\Cress.Recorder\**;-**\src\Cress.LivingDocs\**;-**\src\Cress.Validation\**;-**\src\Cress.ProjectSystem\**;-**\src\Cress.Specs\**;-**\src\Cress.Exporters\Cypress\**;-**\src\Cress.Exporters\SeleniumIde\**;-**\src\Cress.Execution\PluginHost.cs;-**\src\Cress.Execution\Drivers\HttpRuntimeDriver.cs;-**\src\Cress.Execution\NodeProcessJsonRpcClient.cs;-**\src\Cress.Execution\ProjectCatalogService.cs;-**\src\Cress.Execution\StepRegistry.cs
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_linecoverage.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_brightgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_green.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_yellowgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_yellow.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_orange.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_red.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_lightgrey.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_linecoverage_blue.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_branchcoverage.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_brightgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_green.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_yellowgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_yellow.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_orange.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_red.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_lightgrey.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_branchcoverage_blue.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_methodcoverage.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_brightgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_green.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_yellowgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_yellow.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_orange.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_red.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_lightgrey.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_methodcoverage_blue.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_fullmethodcoverage.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_brightgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_green.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_yellowgreen.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_yellow.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_orange.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_red.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_lightgrey.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_shieldsio_fullmethodcoverage_blue.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\badge_combined.svg'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\Cobertura.xml'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\index.html'
2026-08-31T11:41:40: Writing report file 'coverage-report-core\Summary.txt'
2026-08-31T11:41:40: Report generation took 1.8 seconds
Summary
  Generated on: 8/31/2026 - 11:41:40 AM
  Coverage date: 8/31/2026 - 11:40:28 AM - 8/31/2026 - 11:41:26 AM
  Parser: MultiReport (15x Cobertura)
  Assemblies: 8
  Classes: 115
  Files: 40
  Line coverage: 97.1%
  Covered lines: 3747
  Uncovered lines: 111
  Coverable lines: 3858
  Total lines: 5991
  Branch coverage: 78.6% (1064 of 1352)
  Covered branches: 1064
  Total branches: 1352
  Method coverage: 99.4% (843 of 848)
  Full method coverage: 95.5% (810 of 848)
  Covered methods: 843
  Fully covered methods: 810
  Total methods: 848

Cress.Companion.Core                                                                                                           96.6%
  Cress.Companion.CompanionServiceSnapshot                                                                                      100%
  Cress.Companion.CompanionSessionSnapshot                                                                                      100%
  Cress.Companion.CompanionTargetInfo                                                                                           100%
  Cress.Companion.CompanionWindowBounds                                                                                         100%
  Cress.Companion.CompanionWindowState                                                                                          100%
  Cress.Companion.DesktopCompanionCoordinator                                                                                  96.1%
  Cress.Companion.DesktopCompanionOptions                                                                                       100%

Cress.Core                                                                                                                     99.6%
  Cress.Core.Models.AcceptanceCriterion                                                                                         100%
  Cress.Core.Models.ArtifactIndex                                                                                               100%
  Cress.Core.Models.AuthenticationConfig                                                                                        100%
  Cress.Core.Models.CressCapability                                                                                             100%
  Cress.Core.Models.CressConfig                                                                                                 100%
  Cress.Core.Models.CressFlow                                                                                                   100%
  Cress.Core.Models.CressProfile                                                                                                100%
  Cress.Core.Models.DefaultsConfig                                                                                              100%
  Cress.Core.Models.Diagnostic                                                                                                  100%
  Cress.Core.Models.DriverConfig                                                                                                100%
  Cress.Core.Models.DriverExecutionResult                                                                                       100%
  Cress.Core.Models.EffectiveConfig                                                                                             100%
  Cress.Core.Models.EvidenceArtifact                                                                                            100%
  Cress.Core.Models.EvidenceProfileConfig                                                                                       100%
  Cress.Core.Models.ExecutionPlan                                                                                               100%
  Cress.Core.Models.FixtureDefinition                                                                                           100%
  Cress.Core.Models.FixtureManifest                                                                                             100%
  Cress.Core.Models.FixtureProviderBinding                                                                                      100%
  Cress.Core.Models.FlakeConfig                                                                                                 100%
  Cress.Core.Models.FlakeProfileConfig                                                                                          100%
  Cress.Core.Models.FlawrightProfileConfig                                                                                      100%
  Cress.Core.Models.FlowAction                                                                                                  100%
  Cress.Core.Models.FlowExpectation                                                                                             100%
  Cress.Core.Models.FlowFixtureRef                                                                                              100%
  Cress.Core.Models.FlowRunResult                                                                                               100%
  Cress.Core.Models.NormalizedExecutable                                                                                        100%
  Cress.Core.Models.NormalizedFixture                                                                                           100%
  Cress.Core.Models.NormalizedFlow                                                                                              100%
  Cress.Core.Models.OperationResult<T>                                                                                          100%
  Cress.Core.Models.PathsConfig                                                                                                 100%
  Cress.Core.Models.PlanAction                                                                                                  100%
  Cress.Core.Models.PlanCollection                                                                                              100%
  Cress.Core.Models.PlaywrightProfileConfig                                                                                     100%
  Cress.Core.Models.PluginsConfig                                                                                               100%
  Cress.Core.Models.ProjectConfig                                                                                               100%
  Cress.Core.Models.ResolvedFixture                                                                                             100%
  Cress.Core.Models.RunInvocation                                                                                               100%
  Cress.Core.Models.RunMetadata                                                                                                 100%
  Cress.Core.Models.RunOptions                                                                                                 92.3%
  Cress.Core.Models.RunResult                                                                                                   100%
  Cress.Core.Models.SecretsConfig                                                                                               100%
  Cress.Core.Models.SourceReference                                                                                             100%
  Cress.Core.Models.StepContractField                                                                                           100%
  Cress.Core.Models.StepDefinition                                                                                              100%
  Cress.Core.Models.StepImplementationBinding                                                                                   100%
  Cress.Core.Models.StepManifest                                                                                                100%
  Cress.Core.Models.StepRunResult                                                                                               100%
  Cress.Core.Models.TimeoutsConfig                                                                                              100%
  Cress.Core.Models.TraceabilityInfo                                                                                            100%
  Cress.Core.Models.ValidationResult                                                                                            100%

Cress.Execution                                                                                                                96.4%
  Cress.Execution.Drivers.PlaywrightRuntimeDriver                                                                              97.1%
  Cress.Execution.DriverSessionStartContext                                                                                     100%
  Cress.Execution.EvidenceStore                                                                                                92.2%
  Cress.Execution.ExecutionJson                                                                                                 100%
  Cress.Execution.FlowExecutionContext                                                                                          100%
  Cress.Execution.GeneratedStubSet                                                                                              100%
  Cress.Execution.PlanGenerator                                                                                                99.1%
  Cress.Execution.ReflectionDotNetPluginModuleLoader                                                                             90%
  Cress.Execution.ReportGenerator                                                                                               100%
  Cress.Execution.RunResultRepository                                                                                           100%
  Cress.Execution.RuntimeOrchestrator                                                                                          90.6%
  Cress.Execution.RuntimeProgressUpdate                                                                                         100%
  Cress.Execution.ServiceCollectionExtensions                                                                                   100%
  Cress.Execution.StepStubGenerator                                                                                              98%
  Cress.Execution.StoredRunResult                                                                                               100%
  Cress.Studio.Services                                                                                                        98.2%
  Cress.Studio.Services.<RunMetricsService>FCD80CDB4947685EE7D71847CD0D94FF900D95BA58C8CDA66F4F52E0E5284170F__TupleKeyHelper    100%
  Cress.Studio.Services.FlowMetrics                                                                                             100%
  Cress.Studio.Services.MetricsOptions                                                                                          100%
  Cress.Studio.Services.RunMetrics                                                                                              100%
  Cress.Studio.Services.RunMetricsService                                                                                      99.3%
  Cress.Studio.Services.StepInstability                                                                                         100%
  Cress.Studio.Services.StepMetrics                                                                                             100%
  Cress.Studio.Services.StudioEmbeddedRunnerNode                                                                                100%
  Cress.Studio.Services.StudioFlowHealthItem                                                                                    100%
  Cress.Studio.Services.StudioRecentActivityItem                                                                                100%
  Cress.Studio.Services.StudioRunComparison                                                                                     100%
  Cress.Studio.Services.StudioRunComparisonItem                                                                                 100%
  Cress.Studio.Services.StudioRunInsights                                                                                       100%
  Cress.Studio.Services.StudioRunInsightsService                                                                               93.6%
  Cress.Studio.Services.StudioRunnerDispatchRequest                                                                             100%
  Cress.Studio.Services.StudioRunnerDispatchResult                                                                              100%
  Cress.Studio.Services.StudioRunnerNodeSnapshot                                                                                100%
  Cress.Studio.Services.StudioRunnerService                                                                                     100%
  Cress.Studio.Services.StudioRuntimeRunnerExecutor                                                                             100%
  Cress.Studio.Services.SuiteMetrics                                                                                            100%
  Cress.Studio.Services.TrendPoint                                                                                              100%

Cress.Exporters                                                                                                                 100%
  Cress.Exporters.TestFrameworks.DotNetTestExporterSupport                                                                      100%
  Cress.Exporters.TestFrameworks.DotNetTestExportOptions                                                                        100%
  Cress.Exporters.TestFrameworks.MsTestExporter                                                                                 100%
  Cress.Exporters.TestFrameworks.NUnitExporter                                                                                  100%
  Cress.Exporters.TestFrameworks.XunitExporter                                                                                  100%

Cress.Gherkin                                                                                                                    96%
  Cress.Gherkin.FlowToGherkinConverter                                                                                           94%
  Cress.Gherkin.GherkinIngester                                                                                                95.8%
  Cress.Gherkin.Phrases.PhraseLibrary                                                                                          96.8%
  Cress.Gherkin.Phrases.StepPhrase                                                                                              100%

Cress.Importers                                                                                                                98.9%
  Cress.Importers.Playwright.PlaywrightCodegenImporter                                                                           99%
  Cress.Importers.Postman.PostmanImporter                                                                                      98.6%

Cress.Sdk                                                                                                                       100%
  Cress.Sdk.FixtureExecutionContext                                                                                             100%
  Cress.Sdk.FixtureExecutionResult                                                                                              100%
  Cress.Sdk.FixtureProviderRegistration                                                                                         100%
  Cress.Sdk.ICressPluginModule                                                                                                  100%
  Cress.Sdk.NullCressLogger                                                                                                     100%
  Cress.Sdk.NullDriverAccessor                                                                                                  100%
  Cress.Sdk.StepExecutionContext                                                                                                100%
  Cress.Sdk.StepExecutionResult                                                                                                 100%
  Cress.Sdk.StepHandlerRegistration                                                                                             100%

Cress.ServiceDefaults                                                                                                           100%
  Cress.ServiceDefaults.Extensions                                                                                              100%

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.49%. Comparing base (f662e15) to head (d060d3e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   85.49%   85.49%   -0.01%     
==========================================
  Files         126      126              
  Lines       12020    12020              
  Branches     1902     1902              
==========================================
- Hits        10277    10276       -1     
  Misses       1165     1165              
- Partials      578      579       +1     
Flag Coverage Δ
core 92.49% <ø> (ø)
full 85.49% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DevTunnel port resources are Running but Dashboard URLs are empty in 13.5.0 Graph view crashes with 'multiple root elements' on AddBlobs

1 participant