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
Remove zzz generated and a few more useless directories from clang coverage (#37586)
* Remove zzz_generated from clang coverage report.
The 75K lines of untested generated code skews our coverage
and results in very small global coverage. Remove it to get
likely more accurate 50-60% coverage.
* Ignore one more path that is not relevant
* Remove more irellevant items
* Fix typo
* Restyled by autopep8
* Update comment style to be consistent
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments