Skip to content

Fix nil pointer dereferences in assertion functions and add fuzz tests#126

Merged
fredbi merged 4 commits into
masterfrom
copilot/fix-nil-pointer-dereference
Jun 19, 2026
Merged

Fix nil pointer dereferences in assertion functions and add fuzz tests#126
fredbi merged 4 commits into
masterfrom
copilot/fix-nil-pointer-dereference

fix: eliminate data race in property tests by removing shared sink va…

e48b8bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2026 in 0s

91.67% (-0.02%) compared to 8244b25

View this Pull Request on Codecov

91.67% (-0.02%) compared to 8244b25

Details

Codecov Report

❌ Patch coverage is 84.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.67%. Comparing base (8244b25) to head (e48b8bd).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
internal/assertions/type.go 50.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   91.69%   91.67%   -0.02%     
==========================================
  Files          97       97              
  Lines       12601    12620      +19     
==========================================
+ Hits        11555    11570      +15     
- Misses        825      827       +2     
- Partials      221      223       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.