• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hardkoded / webdriverbidi-net-relaxed / 21880096671
99%

Build:
DEFAULT BRANCH: main
Ran 10 Feb 2026 07:53PM UTC
Jobs 1
Files 307
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Feb 2026 07:24PM UTC coverage: 99.163%. Remained the same
21880096671

push

github

web-flow
Aot fix response types (#10)

* Change private set to internal set for AOT source generator visibility

The source-generated JSON serializer cannot access properties with
private setters, even when annotated with [JsonInclude]. This caused
runtime failures like "member has been annotated with JsonIncludeAttribute
but is not visible to the source generator" in AOT mode.

Change all private set to internal set across deserialized types so the
source generator can properly handle them.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Register CommandResponseMessage<T> types for AOT deserialization

The source-generated JSON context only registered command parameter
types for serialization but was missing the response types needed for
deserialization. This caused JsonElement.Deserialize() to fail at
runtime in AOT mode with "JsonTypeInfo metadata not provided" errors.

Add [JsonSerializable] attributes for ErrorResponseMessage and all
CommandResponseMessage<T> types corresponding to each command result.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Bump version to 0.0.40-beta.5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

776 of 777 branches covered (99.87%)

Branch coverage included in aggregate %.

201 of 201 new or added lines in 75 files covered. (100.0%)

4318 of 4360 relevant lines covered (99.04%)

92.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21880096671.1 10 Feb 2026 07:53PM UTC 307
99.16
GitHub Action Run
Source Files on build 21880096671
  • Tree
  • List 307
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 7ad59d26 on github
  • Prev Build on main (#21875719414)
  • Next Build on main (#21880275882)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc