/dotnet:coverage-report Generate comprehensive test coverage reports with HTML visualization, threshold enforcement, and coverage gap analysis. Arguments Parse arguments from : | Flag | Description | Default | |------|-------------|---------| | | Output format (cobertura, opencover, html, all) | html | | | Fail if line coverage below threshold | None | | | Target specific test project | All test projects | | | Output directory for reports | ./coverage | | | Open HTML report in browser | false | | | Include historical trends (if available) | false | Prerequisites This command requires coverage…