Skip to content

Commit e6a7d81

Browse files
committed
Filtering out some assemblies in coverage reporting
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
1 parent 4052f0b commit e6a7d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
tag: "${{ github.run_number }}_${{ github.run_id }}"
2424
customSettings: ""
2525
toolpath: "reportgeneratortool"
26+
assemblyfilters: *.AppHost;CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.BlazorApp;*.ServiceDefaults;CommunityToolkit.Aspire.Testing
2627

2728
- name: Upload combined coverage XML
2829
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)