You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix coverage reporting for multi-framework fallback blocks
- Split test runs per TFM (net8, net9, net10) with explicit coverlet output
- Add verification step to list coverage files before merge
- Update ReportGenerator to use explicit file paths instead of glob
- Enable verbose Codecov upload for better diagnostics
This ensures Codecov ingests coverage from all target frameworks,
capturing conditional compilation blocks like #if NET10_0_OR_GREATER.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments