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

Only .dll references are being covered #126

Closed
laurynasr opened this issue Jun 20, 2018 · 1 comment · Fixed by #128
Closed

Only .dll references are being covered #126

laurynasr opened this issue Jun 20, 2018 · 1 comment · Fixed by #128
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@laurynasr
Copy link

When targeting .net framework (i.e. net471), the output type of an asp.net core application is .exe, which is then referenced by tests. Coverlet ignores everything except for .dll references: https://github.com/tonerdo/coverlet/blob/3d86243d272e92b96e04d3eaa5942c0c25d85001/src/coverlet.core/Helpers/InstrumentationHelper.cs#L18

@tonerdo
Copy link
Collaborator

tonerdo commented Jun 20, 2018

Hi @laurynasr thanks for reporting this. Will have it looked into

@tonerdo tonerdo added bug Something isn't working help wanted good first issue Good for newcomers labels Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants