universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.57k stars 627 forks source link

GitHub Actions: DO NOT install libxml2 package via brew, because macOS already provides it #3861

Closed leleliu008 closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c480d71) 85.02% compared to head (93cf224) 85.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3861 +/- ## ======================================= Coverage 85.02% 85.02% ======================================= Files 228 228 Lines 53901 53901 ======================================= Hits 45832 45832 Misses 8069 8069 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

masatake commented 11 months ago

LGTM. Interesting approach.