You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that since there are only 7 packages/assemblies in the project, the summary would only contain those unique items. Currently the duplicated assemblies are:
C3.Blocks.Domain x4
C3.NanoNotes.Libs.Domain x2
Additional Context
Some of the test assemblies are empty because I haven't gotten to write the tests yet. I've just setup the relationship to create the classes and corresponding tests. The following test assemblies are empty (0 tests):
C3.Blocks.Repository.MsSql.Tests
C3.Blocks.Repository.Testing.Sqlite.Tests
C3.NanoNotes.Libs.Repository.Tests
C3.NanoNotes.Apps.CoreFunc.Tests
Linked To
List any issues linked to this bug.
The text was updated successfully, but these errors were encountered:
If it helps, I see the same thing. I modified the filename glob to only go down a single level.
ex. app-backend/coverage/**/coverage.cobertura.xml
becomes app-backend/coverage/*/coverage.cobertura.xml
I noticed when I use the XPlat Code Coverage Collector, it is creating a temporary folder in my results folder which had the cobertura.xml file down a few layers. The first Glob picks up the temporary folder.
Bug Report
My build produces 7 cobertura files for 7 packages. However the summaries show duplicated packages that should only appear once.
Workflow File
Actions Log
Expected Behavior
I would expect that since there are only 7 packages/assemblies in the project, the summary would only contain those unique items. Currently the duplicated assemblies are:
C3.Blocks.Domain
x4C3.NanoNotes.Libs.Domain
x2Additional Context
Some of the test assemblies are empty because I haven't gotten to write the tests yet. I've just setup the relationship to create the classes and corresponding tests. The following test assemblies are empty (0 tests):
C3.Blocks.Repository.MsSql.Tests
C3.Blocks.Repository.Testing.Sqlite.Tests
C3.NanoNotes.Libs.Repository.Tests
C3.NanoNotes.Apps.CoreFunc.Tests
Linked To
List any issues linked to this bug.
The text was updated successfully, but these errors were encountered: