Skip to content

Possibility to exclude console table in Global tool / MSBuild? #324

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

Closed
LordMike opened this issue Jan 25, 2019 · 4 comments
Closed

Possibility to exclude console table in Global tool / MSBuild? #324

LordMike opened this issue Jan 25, 2019 · 4 comments

Comments

@LordMike
Copy link
Contributor

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.

@LordMike
Copy link
Contributor Author

I'm looking into the msbuild task as well, it also does the table by default.

@LordMike LordMike changed the title Possibility to exclude console table in Global tool? Possibility to exclude console table in Global tool / MSBuild? Jan 25, 2019
@LordMike
Copy link
Contributor Author

Ideally, for my use case, I would run a lot of coverage operations, get a resulting file, and then presenting a result given the resulting file.

@tonerdo
Copy link
Collaborator

tonerdo commented Mar 3, 2019

I believe the best solution to this will be adding solution-wide coverage capabilities to Coverlet

@tonerdo
Copy link
Collaborator

tonerdo commented Mar 3, 2019

#357 will track the work need for this scenario

@tonerdo tonerdo closed this as completed Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants