Skip to content

Switch to (finally) released coverlet.MTP#3675

Merged
christophwille merged 1 commit intomasterfrom
christophwille/coverletmtp
Mar 18, 2026
Merged

Switch to (finally) released coverlet.MTP#3675
christophwille merged 1 commit intomasterfrom
christophwille/coverletmtp

Conversation

@christophwille
Copy link
Copy Markdown
Member

@christophwille christophwille commented Mar 14, 2026

https://www.nuget.org/packages/coverlet.MTP#readme-body-tab

Run

dotnet test --coverlet --coverlet-output-format cobertura --coverlet-include [ICSharpCode.Decompiler*]*

in \ILSpy\ICSharpCode.Decompiler.Tests, results will be in .\bin\Debug\net10.0-windows\win-x64\TestResults

Use

https://github.com/danielpalme/ReportGenerator

dotnet tool install -g dotnet-reportgenerator-globaltool

With settings generated using https://reportgenerator.io/usage

reportgenerator -reports:coverage.cobertura.xml -targetdir:coveragereport

Local run on Ryzen AI 9 HX 370:

Test run summary: Passed!
total: 2714
failed: 0
succeeded: 2701
skipped: 13
duration: 25m 07s 494ms

@christophwille christophwille added Build Automation dependencies Pull requests that update a dependency file labels Mar 14, 2026
@christophwille
Copy link
Copy Markdown
Member Author

See also coverlet-coverage/coverlet#1838

@christophwille
Copy link
Copy Markdown
Member Author

christophwille commented Mar 18, 2026

Coverage xml and generated report are attached. Notes

  • parts of Humanizer are included and none of their tests
  • LightJson is included with no tests
image

ics.d.ResultsAndReport.zip

@christophwille christophwille marked this pull request as ready for review March 18, 2026 11:16
@christophwille christophwille merged commit 06ff9a6 into master Mar 18, 2026
9 checks passed
@christophwille christophwille deleted the christophwille/coverletmtp branch March 18, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build Automation dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant