Closed Alirexaa closed 2 weeks ago
Loking at what we're getting from the reports, a lot of where our coverage is low are in projects that we really shouldn't be worried about, such as the AppHost projects and I've noticed that DAB is also having coverage triggered on the Blazor app.
I think we should add an assembly filter like this:
assemblyfilters: *.AppHost;CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.BlazorApp;*.ServiceDefaults;CommunityToolkit.Aspire.Testing
That way we can have the coverage focusing on the stuff in the src/
folder properly.
I'm going to close this - we've hit the minimum bar on all integrations now
Minimum allowed line rate is
60%