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 CI: Remove --no-build flag to allow Coverlet MSBuild properties
The --no-build flag prevents MSBuild properties like /p:CollectCoverage
from working. Removing it allows Coverlet to instrument and collect
coverage data properly during the test run.
Also removed .NET 10 target as it's not yet available in CI runners.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments