ctags icon indicating copy to clipboard operation
ctags copied to clipboard

main: make --verison and --help options work even if a broken .ctags is given

Open masatake opened this issue 2 years ago • 1 comments

Here "broken" means .ctags redefines an existing language with --langdef option like --langdef=C.

Close #2935.

masatake avatar Jul 03 '23 09:07 masatake

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (9b421f1) 83.01% compared to head (30c420a) 83.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3756   +/-   ##
=======================================
  Coverage   83.01%   83.02%           
=======================================
  Files         227      227           
  Lines       55128    55134    +6     
=======================================
+ Hits        45766    45773    +7     
+ Misses       9362     9361    -1     
Impacted Files Coverage Δ
main/options.c 83.98% <100.00%> (+0.11%) :arrow_up:

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Jul 03 '23 09:07 codecov[bot]