Replies: 1 comment 4 replies
-
Have you told visual studio to use your runsettings file ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having troubles getting the ms code coverage setup and working on a new project. I have a single test project that I have added the Microsoft.CodeCoverage nuget reference. I have created a CodeCoverage.runsettings file in the root, next to my .sln file. I added the TestAdaptersPaths to my runsettings, trying both the path to the nuget and the FCC provided one. It continues to generate a runsettings file, ignoring my file.
Is there a sample repo somewhere where I can see it setup and working? My project is in a "src" folder, does that additional hierarchy affect it?
Beta Was this translation helpful? Give feedback.
All reactions