afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs
MIT License
1.56k stars 29 forks source link

chore: Use char instead of string #889

Closed afnanenayet closed 1 month ago

afnanenayet commented 1 month ago

This addresses a lint that suggested using a char for a single character rather than a string with replace

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 58.95%. Comparing base (302e9da) to head (2bdae0f). Report is 17 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #889 +/- ## ========================================== + Coverage 58.82% 58.95% +0.12% ========================================== Files 14 14 Lines 1603 1564 -39 ========================================== - Hits 943 922 -21 + Misses 660 642 -18 ```

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