Skip to content

Make Inclusion of Test Assembly Optional #376

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
Apr 1, 2019

Conversation

tonerdo
Copy link
Collaborator

@tonerdo tonerdo commented Apr 1, 2019

You can now set IncludeTestAssembly (MSBuild) or --include-test-assembly (Global Tool) to true include coverage for the test assembly. It is false by default

Fixes #372

@tonerdo tonerdo merged commit 0956d1e into master Apr 1, 2019
@codecov
Copy link

codecov bot commented Apr 1, 2019

Codecov Report

Merging #376 into master will increase coverage by 0.06%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #376      +/-   ##
==========================================
+ Coverage   87.07%   87.13%   +0.06%     
==========================================
  Files          31       16      -15     
  Lines        3117     2106    -1011     
==========================================
- Hits         2714     1835     -879     
+ Misses        403      271     -132

@sharwell
Copy link
Contributor

Why is it false by default?

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.

1.5.0 instruments and reports on the unit test project in addition to the assembly under test.
2 participants