We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Microsoft (R) Code Coverage Command Line Tool (x64) Copyright (c) Microsoft Corporation. All rights reserved.
Thank you
The text was updated successfully, but these errors were encountered:
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.
--disable-console-output
Sorry, something went wrong.
--nologo option has been added and will be available in the next release of dotnet-coverage.
--nologo
dotnet-coverage
fhnaseer
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: