Description
While reading Carryforward Flags, I saw a screenshot on that page, which suggested to me that on the “File explorer” tab, I should be able to select flags to show coverage from.
For example. When I have flags “unittests” and “systemtests”, I should be able to see what lines are covered by unittests, and what is covered by systemtests.
(I am aware that Carryforward flags are something different than regular Flags…)
CI/CD URL
Codecov is from my most recent CI run. I see 4 flags, in the “Flags” tab, but I don’t see an option to enable or disable showing coverage from specific flags on the “File explorer” tab.
Additional Information
Am I correct in presuming the feature that I want exists? The usecase for me is that I want to collect line coverage from all our testing, but I want to be specifically able to analyze unittest coverage only.