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

orion-ecs / keen-eye / 20214732309
65%

Build:
DEFAULT BRANCH: main
Ran 14 Dec 2025 09:59PM UTC
Jobs 1
Files 176
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

14 Dec 2025 09:58PM UTC coverage: 92.016% (+0.008%) from 92.008%
20214732309

push

github

tyevco
fix: Add null safety to SerializationGenerator

This commit addresses unsafe null handling in the SerializationGenerator by:

1. Adding nullability detection to SerializableFieldInfo
2. Generating appropriate null-handling code based on field nullability:
   - Nullable fields: Allow null values without null-forgiving operator
   - Non-nullable fields: Throw descriptive exceptions (JsonException for JSON, InvalidDataException for binary)
3. Adding comprehensive tests for nullable and non-nullable string fields

Fixes #334

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Tyler Coles <tyevco@users.noreply.github.com>

1823 of 1968 branches covered (92.63%)

Branch coverage included in aggregate %.

15 of 16 new or added lines in 1 file covered. (93.75%)

10001 of 10882 relevant lines covered (91.9%)

1.46 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
95.98
-0.14% src/KeenEyes.Generators/SerializationGenerator.cs
Jobs
ID Job ID Ran Files Coverage
1 20214732309.1 14 Dec 2025 09:59PM UTC 176
92.02
GitHub Action Run
Source Files on build 20214732309
  • Tree
  • List 176
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20214732309
  • d7b97935 on github
  • Prev Build on main (#20214681870)
  • Next Build on main (#20215139467)
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