-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
OpenCover no results. fakexrmeasy #172
Comments
I don't have a computer to hand but I think it is View / Other windows / fine code coverage for the report window. The FCC output pane should be present and contains diagnostic information when you run tests from test explorer that result in coverage collection |
Did your work it out ? |
i meant i cant see anything in fine code coverage extension. |
Please post what you see in the FCC Output pane. |
I need to see all of it. Is the code you are testing in the test dll ? |
sorry my bad here is the full output , i didn't understand your question i am testing it in my unit test project if that answer your question. Fine Code Coverage : ================================== START ================================== Fine Code Coverage : Run Coverage Tool (MS.XRM.Plugin.UnitTest) Fine Code Coverage : OpenCover Run (MS.XRM.Plugin.UnitTest) Arguments Fine Code Coverage : OpenCover Run (MS.XRM.Plugin.UnitTest) Starting test execution, please wait... Failed testmethod1 [3 ms] Passed TestIfApprovalTaskExist [141 ms] Failed TestIfCloseTypeIsSetToUser [13 ms] Total tests: 10 Test Run Failed. Fine Code Coverage : ReportGenerator Run Arguments [reporttype:Cobertura] Fine Code Coverage : ReportGenerator Run [reporttype:Cobertura] Fine Code Coverage : ReportGenerator Run Arguments [reporttype:HtmlInline_AzurePipelines] Fine Code Coverage : ReportGenerator Run [reporttype:HtmlInline_AzurePipelines] Fine Code Coverage : ================================== DONE ================================== |
There has yet to be an issue created with the output you have provided
This is a coverlet message
I did a quick search in coverlet's issues but there was no results. Can you describe your solution or give me access ? FCC copies the output to a new folder and runs tests from that - could that be causing an issue ? |
I can't give you access but I can tell you the scenarios basically there are multiple test cases in one unit test project when I am trying to run one it works fine and run successfully, not sure why this error is coming. |
What technology area is this ? |
No fakexrmeasy |
So in the context of fakexrmeasy does FCC's behaviour of moving the dlls to a new location likely to be the cause of the issue ? I was incorrect earlier by mentioning Coverlet. It is OpenCover that it providing coverage You could run OpenCover manually and see if you get results. Please review the wiki pages on how to use OpenCover and take particular interest in the Usage guide. It is installed here - C:\Users***\AppData\Local\FineCodeCoverage\openCover There is a chance that fakexrmeasy is the issue.
|
Okay will try and update |
I personally would run OpenCover manually to see if FCC is the issue. |
@prarthana94 Did you get to the root of the problem ? |
@tonyhallett sorry for the late reply but i think the root cause is below error that i am getting in FCC output and i couldnt understand how to run OpenCover manually can you help with any video . Committing... |
Yes that is the cause of the error. These are the arguments for OpenCover
So cd to C:\Users\prarthana.a.verma\AppData\Local\FineCodeCoverage\openCover\4.7.922 |
See #191 (comment) for how another user ran OpenCover directly. |
Installed product versions
Description
I have installed the extension but i cant see that in my VS output tab or any tab please suggest how can i find it .I have installed it from my visual studio as well as from market place both ways it gets installed successfully but when i open it it doesnt show. Please help ASAP.
Side Notes
https://github.com/FortuneN/FineCodeCoverage/stargazers
https://paypal.me/FortuneNgwenya (Once) OR https://liberapay.com/FortuneN/donate (Recurring)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage&ssr=false#review-details
The text was updated successfully, but these errors were encountered: