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

Update KnowIssues.md #738

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Documentation/KnowIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ This happen also if there are other "piece of code" during testing that slow dow
We found problem for instance with test that uses RabbitMQ.

*Solution:*
The only way to solve this issue is to use collectors integration https://github.com/tonerdo/coverlet#vstest-integration.
The only way to solve this issue is to use collectors integration https://github.com/tonerdo/coverlet#vstest-integration-preferred-due-to-know-issue.
With collector we're injected in test host throught a in-proc collector that talk with vstest platform so we can signal when we end our work.
Check requirements https://github.com/tonerdo/coverlet#requirements you need to run *.NET Core SDK v2.2.401 or newer*.

## 2) Upgrade `coverlet.collector` to version > 1.0.0

Expand Down