-
-
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
Add branch coverage data in FineCodeCoverage view's Coverage tab #29
Comments
Yeah, I understand your concern and I think your suggestion is ok. |
@FortuneN If you were to look at the output window for Fine Code Coverage you would think that all was well with these tests.
Class names go first so that is not a consideration. I don't think any user of the addin is going to consider horizontal scroll a problem if there is data there to be seen. I personally think that the percentages are sufficient. When the report view is provided by Fine Code Coverage itself ( #49 ) the other values could be provided as tool tips. I would also include the additional functionality present in the webpage from the report generator - the grouping / filtering and facility to view the results for the individual methods ( that did not get 100% line coverage / branch coverage ) |
+1 for adding branch coverage. if Horizontal space is an issue, then drop the colored bar that represents the percentages. its duplicate information. |
@t-johnson I think we need to keep the bar. I mostly just look at the bars and see how much red there is and start working on those areas until it's mostly green. Anyways, the reason why this remains unresolved is that the easy way has a LOT of IO (+ time) cost. I need a bit of of time to handle it properly and i'm a bit short on time at the moment. If you are interested in working on this we can have a discussion about the background so you can get started |
@FortuneN @t-johnson I am working on this. Please do not do any work on this until I show my results as I have invested some time on it. I will facilitate showing all all line and branch columns with options to exclude columns that you are not interested in. |
@FortuneN |
@t-johnson As mentioned by him above, @tonyhallett is working on the NEW AND IMPROVED :) custom screen. |
How's progress on this? Branch coverage is a significant issue for me on current projects; if it will be available soon I would be amazingly happy. If not I'll need to look at setting up an interim solution on my projects - not trying to pressure, I just need to plan my work. |
@RichardPetheram |
@tonyhallett Any updates regarding this? |
On my radar. It is the next FCC task. |
@RichardPetheram @AdelCaseware Latest version show branch coverage percentage column that can be sorted upon. |
Description
Add branch coverage data to FineCodeCoverage view in "Coverage" tab.
Current behavior
Only Line Coverage is shown in the "Coverage" tab.
Expected behavior
Show also data for Branch Coverage like:
The text was updated successfully, but these errors were encountered: