Skip to content

Todo changes for coverlet inproc datacollector #2020

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

Merged
merged 2 commits into from
Jun 4, 2019

Conversation

vagisha-nidhi
Copy link
Contributor

Description

Todo changes for coverlet inproc datacollector

Related PR

#1969

/// <summary>
/// Coverlet inproc data collector codebase
/// </summary>
public const string CoverletDataCollectorCodebase = "coverletinprocdatacollector.dll";
public const string CoverletDataCollectorCodebase = "coverlet.collector.dll";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the name of the out proc one ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is only one dll coverlet.collector. The inproc datacollector is inside this in a separate folder.
Link: https://github.com/tonerdo/coverlet/tree/master/src/coverlet.collector

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The publicKeyToken can be removed if null

Copy link
Contributor

@MarcoRossignoli MarcoRossignoli Sep 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guys if I clone repo and do some update on public key...is there a guide that explain how to run my local "dotnet test" driver?
If so I could test on my local if there are issue with collector load and do a PR directly to this repo.
Related PR coverlet-coverage/coverlet#566

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

Successfully merging this pull request may close these issues.

5 participants