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
The format for gcov output is described in the llvm-cov documentation (last line of the description for llvm-cov gcov). It shouldn't be too challenging to adjust fix_coverage.py to detect this format and replace -s with ####s on templated lines.
The text was updated successfully, but these errors were encountered:
The format for gcov output is described in the llvm-cov documentation (last line of the description for
llvm-cov gcov
). It shouldn't be too challenging to adjust fix_coverage.py to detect this format and replace-
s with####
s on templated lines.The text was updated successfully, but these errors were encountered: