CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
218 stars 27 forks source link

Code Coverage improvements #184

Closed aaronpowell closed 3 weeks ago

aaronpowell commented 3 weeks ago

We don't need everything in there so let's get rid of stuff that is just causing noise. The focus should be assemblies under src, not examples.

Contributes to #168

github-actions[bot] commented 3 weeks ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder 100% 100% 6
CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps 100% 100% 28
CommunityToolkit.Aspire.Hosting.Deno 84% 75% 72
CommunityToolkit.Aspire.Hosting.Golang 94% 50% 16
CommunityToolkit.Aspire.Hosting.Java 98% 71% 58
CommunityToolkit.Aspire.Hosting.Meilisearch 61% 27% 94
CommunityToolkit.Aspire.Hosting.NodeJS.Extensions 90% 68% 92
CommunityToolkit.Aspire.Hosting.Ollama 52% 32% 154
CommunityToolkit.Aspire.Meilisearch 97% 92% 68
CommunityToolkit.Aspire.OllamaSharp 92% 80% 30
Summary 78% (1116 / 1426) 56% (263 / 472) 618

Minimum allowed line rate is 60%