Instagram / LibCST

A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree
https://libcst.readthedocs.io/
Other
1.56k stars 192 forks source link

fix various Match statement visitation errors #1161

Closed zsol closed 5 months ago

zsol commented 5 months ago

fix various Match statement visitation errors

Fixes #1160.

This PR also

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 91.26%. Comparing base (9f6e276) to head (e259e18).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1161 +/- ## ========================================== + Coverage 91.15% 91.26% +0.10% ========================================== Files 261 261 Lines 26864 26877 +13 ========================================== + Hits 24489 24529 +40 + Misses 2375 2348 -27 ```

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