Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Combined view of instructions and branches report #128

Open
akarnokd opened this issue Aug 27, 2016 · 3 comments
Open

Combined view of instructions and branches report #128

akarnokd opened this issue Aug 27, 2016 · 3 comments

Comments

@akarnokd
Copy link

Currently I have to switch the view between the two modes; it would be great they could be in the same table (i.e., another view option to have them both), just like the codecov.io report. It happened a few times that I believed I achieved 100% coverage to turn out in a PR that I missed 0.1% due to branches not covered.

@marchof
Copy link
Member

marchof commented Aug 29, 2016

What columns are you specifically looking for? Currently we show 4 columns for the selected counter:

  1. Percentage
  2. Covered Items
  3. Missed Items
  4. Total Items

@akarnokd
Copy link
Author

I'd like columns like this:

  1. Percentage (instructions + branches)
  2. Covered Items (instructions + branches)
  3. Missed Items (instructions + branches)
  4. Total Items (instructions + branches)

But most notabli the sum of Missed items (instructions + branches) is important to me as it should go down to zero: no missed instructions and no missed branches for that particular row (package, class, method).

@marchof
Copy link
Member

marchof commented Aug 29, 2016

@akarnokd instructions + branches sounds like interesting metric ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants