Is it possible to filter coverage by flags?
I configured my reports to be split over two flags: for unit tests and integrations tests. It now shows the results from each of the two reports and I get the table with relative change of each. So far so good
What I would like to be able to do is to show on the codecov site the lines covered (or, more importantly, uncovered) only from one of those flags. Specifically, I would like to know exactly wish parts are not covered by unit tests so that I do not rely on e2e tests to boost my overall results.