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'm looking to embed Coverlet as part of a pipeline. In it, we run multiple test projects one by one (multiple dotnet test invocations). Adding coverlet would mean that we would get multiple tables in our build log (where I'd prefer to merge the coverlet results and then do one table at the end).
Is there an option I'm missing?
From what I gather, this code doesn't have any option to disable it, but I might be wrong.
The text was updated successfully, but these errors were encountered:
I'm looking into the msbuild task as well, it also does the table by default.
LordMike
changed the title
Possibility to exclude console table in Global tool?
Possibility to exclude console table in Global tool / MSBuild?
Jan 25, 2019
I'm looking to embed Coverlet as part of a pipeline. In it, we run multiple test projects one by one (multiple
dotnet test
invocations). Adding coverlet would mean that we would get multiple tables in our build log (where I'd prefer to merge the coverlet results and then do one table at the end).Is there an option I'm missing?
From what I gather, this code doesn't have any option to disable it, but I might be wrong.
The text was updated successfully, but these errors were encountered: