Skip to content

Conversation

@vagisha-nidhi
Copy link
Contributor

Description

Todo changes for coverlet inproc datacollector

Related PR

#1969

/// 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