lark-parser / lark

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

Codecov github action fixed #1263

Closed erezsh closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 79.87% and project coverage change: -0.32 :warning:

Comparison is base (e5a8669) 89.26% compared to head (f2969bb) 88.95%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1263 +/- ## ========================================== - Coverage 89.26% 88.95% -0.32% ========================================== Files 52 52 Lines 7437 7588 +151 ========================================== + Hits 6639 6750 +111 - Misses 798 838 +40 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.95% <79.87%> (-0.32%)` | :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://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | Coverage Δ | | |---|---|---| | [examples/indented\_tree.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-ZXhhbXBsZXMvaW5kZW50ZWRfdHJlZS5weQ==) | `0.00% <ø> (ø)` | | | [lark/\_\_pyinstaller/\_\_init\_\_.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9fX3B5aW5zdGFsbGVyL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | | | [lark/ast\_utils.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9hc3RfdXRpbHMucHk=) | `0.00% <ø> (ø)` | | | [lark/parser\_frontends.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJfZnJvbnRlbmRzLnB5) | `96.40% <ø> (ø)` | | | [lark/parsers/cyk.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2N5ay5weQ==) | `92.64% <ø> (ø)` | | | [lark/parsers/earley.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2VhcmxleS5weQ==) | `82.03% <ø> (ø)` | | | [lark/parsers/earley\_common.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9wYXJzZXJzL2VhcmxleV9jb21tb24ucHk=) | `85.18% <ø> (ø)` | | | [lark/parsers/earley\_forest.py](https://codecov.io/gh/lark-parser/lark/pull/1263?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% <0.00%> (-1.77%)` | :arrow_down: | | [lark/reconstruct.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay9yZWNvbnN0cnVjdC5weQ==) | `95.58% <ø> (ø)` | | | [lark/tools/standalone.py](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser#diff-bGFyay90b29scy9zdGFuZGFsb25lLnB5) | `87.96% <0.00%> (-1.66%)` | :arrow_down: | | ... and [31 more](https://codecov.io/gh/lark-parser/lark/pull/1263?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lark-parser)

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