You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collect and maintain branch coverage (pixie-io#1575)
Summary: gcov doesn't collect branch coverage by default and lcov
drops branch coverage from the files if it exists.
This change ensures that we maintain and track branch coverage.
Type of change: /kind cleanup
Test Plan: Ran the coverage build and then the coverage cleanup
script. Ensured that it now maintains branch coverage.
---------
Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
0 commit comments