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

Ensure that traceEndTask is called in DotCover #1118

Merged
merged 2 commits into from Feb 2, 2016

Conversation

vbfox
Copy link
Contributor

@vbfox vbfox commented Jan 27, 2016

The DotCover function can throw if allowed to break the build on test errors and without a try/finally it could break the tag structure, generating an "Invalid tag structure" error.

The DotCover function can throw if allowed to break the build on test
errors and without a try/finally it could break the tag structure,
generating an "Invalid tag structure" error.
The problem is the same for other test runners than NUnit so the same fix
is now applied.
forki added a commit that referenced this pull request Feb 2, 2016
Ensure that traceEndTask is called in DotCover
@forki forki merged commit fceb2ea into fsprojects:master Feb 2, 2016
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.

None yet

2 participants