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

DotCoverMSTest support #972

Merged
merged 2 commits into from
Oct 9, 2015
Merged

Conversation

bjartwolf
Copy link
Contributor

Added support for using DotCover with MSTest.

The original MSTest runner runs all test assemblies in a separate run. That might have some benefits, and I don't want to change this for the DotCover support without a proper discussion as it might break backwards compatibilty for users using MSTest with multiple assemblies. For DotCover it is quite nescessary, otherwise we create too many DotCover reports.

Tried it on five test assemblies with 1100 tests and it seems to work fine.

Will use both this and the XUnit2DotCover quite a lot going forward.

forki added a commit that referenced this pull request Oct 9, 2015
@forki forki merged commit 8867f24 into fsprojects:master Oct 9, 2015
@forki
Copy link
Member

forki commented Oct 9, 2015

thanks!

@bjartwolf bjartwolf deleted the DotCoverMSTestSupport branch October 9, 2015 11:24
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.

2 participants