Skip to content
New issue

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

Add --nologo option #126

Closed
tomap opened this issue Jul 19, 2024 · 2 comments
Closed

Add --nologo option #126

tomap opened this issue Jul 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tomap
Copy link

tomap commented Jul 19, 2024

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

@fhnaseer fhnaseer added the enhancement New feature or request label Jul 19, 2024
@fhnaseer
Copy link
Member

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.

@fhnaseer fhnaseer self-assigned this Jul 29, 2024
@fhnaseer
Copy link
Member

--nologo option has been added and will be available in the next release of dotnet-coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants