tonyjy
tonyjy

Reputation: 1359

dotCover Failed to Process Coverage Results in Continuous Testing

I have run into this issue "Failed to Process Coverage Results. The given key was not present in the dictionary."

This only happened in Continuous Testing. All the unit tests are MSTest. It used to work fine. I have Visual Studio 2017 Professional and ReSharper Ultimate suite 2017.3.5.

Any ideas to fix this problem?

Upvotes: 0

Views: 636

Answers (1)

tonyjy
tonyjy

Reputation: 1359

The problem has been solved by clicking dropping results in the current session ("Drop results" button on the toolbar) and re-run analysis.

Here is the original post: https://dotnettools-support.jetbrains.com/hc/en-us/community/posts/360000167744-Continuous-Testing-Failed-to-Process-Coverage-Results-The-given-key-was-not-present-in-the-dictionary-

Upvotes: 1

Related Questions