-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Request: Run on demand #400
Comments
I assume you do not like it when running a single test will run all tests. By setting the option RunMsCodeCoverage to true only what you select in test explorer gets tested and receives coverage. |
Hello, thank you for your answer. Probably a simple button "calculate coverage" to click on demand would be easy to manage. Thanks, |
No. Coverage works by reacting to the test explorer. As it stands disabling clears all coverage too so that is not an option either. Afraid you will have to wait until this feature ( actual specific desired behaviour not provided in either issue ) is implemented. If you could explain in either of those issue how you expect FCC to behave given the information available which is solely the cobertura file before and after then that would be great. |
and the code files in the project. |
Hello, Anyway, if you don't have VS Enterprise this is a very useful tool... Thanks, |
I believe that you are saying that FCC runs all the tests again. This does not occur if you set the RunMsCodeCoverage to Yes. |
Yes, you are right. Another thing which is not easy to understand is when the extension is running some test or not. Maybe a kind of "semaphore" in the FCC window would be useful. Thanks, |
Hello,
I just discovered this extension and I really love it.
Just: I would like to run the Coverage Test only when I decide to run a global test, not when I run a single Unit Test.
Is there any way to run it "on demand"? I did not find anything in the documentation...
Thanks,
Michele
The text was updated successfully, but these errors were encountered: