lark-parser / lark

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
MIT License
4.75k stars 401 forks source link

Cleanup may2023 #1276

Closed erezsh closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 86.79% and project coverage change: -0.03 :warning:

Comparison is base (ccca874) 88.91% compared to head (abddb1c) 88.88%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1276 +/- ## ========================================== - Coverage 88.91% 88.88% -0.03% ========================================== Files 52 52 Lines 7620 7630 +10 ========================================== + Hits 6775 6782 +7 - Misses 845 848 +3 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.88% <86.79%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | Coverage Δ | | |---|---|---| | [lark/tools/serialize.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay90b29scy9zZXJpYWxpemUucHk=) | `0.00% <0.00%> (ø)` | | | [lark/utils.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay91dGlscy5weQ==) | `86.15% <ø> (-0.08%)` | :arrow_down: | | [lark/tree.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay90cmVlLnB5) | `64.66% <33.33%> (-1.32%)` | :arrow_down: | | [lark/parsers/earley.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2VhcmxleS5weQ==) | `82.08% <87.50%> (+0.04%)` | :arrow_up: | | [lark/parser\_frontends.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJfZnJvbnRlbmRzLnB5) | `95.93% <95.83%> (-0.50%)` | :arrow_down: | | [lark/lark.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9sYXJrLnB5) | `84.04% <100.00%> (+0.04%)` | :arrow_up: | | [lark/lexer.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9sZXhlci5weQ==) | `90.86% <100.00%> (+0.06%)` | :arrow_up: | | [lark/parsers/cyk.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2N5ay5weQ==) | `92.50% <100.00%> (-0.15%)` | :arrow_down: | | [lark/parsers/earley\_forest.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2VhcmxleV9mb3Jlc3QucHk=) | `77.75% <100.00%> (ø)` | | | [lark/parsers/lalr\_analysis.py](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2xhbHJfYW5hbHlzaXMucHk=) | `98.57% <100.00%> (ø)` | | | ... and [2 more](https://app.codecov.io/gh/lark-parser/lark/pull/1276?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | |

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