Closed tomap closed 2 months ago
There is option to disable all console output using --disable-console-output
. However, right now there is no option to disable banner from the output.
--nologo
option has been added and will be available in the next release of dotnet-coverage
.
Hello,
Would it be possible to have a nologo argument to the command line ?
Just like for dotnet test https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-test
That would remove this from output:
Thank you