Skip to content

Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison#124

Merged
fredbi merged 2 commits into
masterfrom
copilot/fix-didpanic-error-string-equality
Jun 18, 2026
Merged

Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison#124
fredbi merged 2 commits into
masterfrom
copilot/fix-didpanic-error-string-equality

fix: use runtime.PanicNilError type assertion instead of error string…

15fd903
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2026 in 1s

91.69% (+0.01%) compared to a0b676d

View this Pull Request on Codecov

91.69% (+0.01%) compared to a0b676d

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.69%. Comparing base (a0b676d) to head (15fd903).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   91.68%   91.69%   +0.01%     
==========================================
  Files          97       97              
  Lines       12602    12601       -1     
==========================================
+ Hits        11554    11555       +1     
+ Misses        826      825       -1     
+ Partials      222      221       -1     

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