Argmaster / pygerber

Python implementation of Gerber X3/X2 standard with 2D rendering engine.
https://argmaster.github.io/pygerber/stable
MIT License
55 stars 10 forks source link

Move language server to new parser #292

Closed Argmaster closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 87.75510% with 48 lines in your changes missing coverage. Please review.

Project coverage is 80.96%. Comparing base (447857f) to head (032c51c). Report is 8 commits behind head on feature/pygerber-3-vm.

Files with missing lines Patch % Lines
src/pygerber/gerberx3/spec/rev_2024_05.py 92.21% 20 Missing :warning:
src/pygerber/gerberx3/formatter.py 26.66% 11 Missing :warning:
src/pygerber/gerberx3/ast/node_finder.py 90.16% 6 Missing :warning:
src/pygerber/gerberx3/ast/nodes/base.py 66.66% 3 Missing :warning:
src/pygerber/gerberx3/parser/pyparsing/grammar.py 76.92% 3 Missing :warning:
src/pygerber/gerberx3/ast/nodes/invalid.py 77.77% 2 Missing :warning:
src/pygerber/gerberx3/ast/ast_visitor.py 83.33% 1 Missing :warning:
src/pygerber/gerberx3/ast/nodes/math/constant.py 83.33% 1 Missing :warning:
...rc/pygerber/gerberx3/ast/state_tracking_visitor.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/pygerber-3-vm #292 +/- ## ========================================================= + Coverage 80.72% 80.96% +0.23% ========================================================= Files 309 312 +3 Lines 12573 12948 +375 ========================================================= + Hits 10150 10483 +333 - Misses 2423 2465 +42 ``` | [Flag](https://app.codecov.io/gh/Argmaster/pygerber/pull/292/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Krzysztof+Wi%C5%9Bniewski) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Argmaster/pygerber/pull/292/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Krzysztof+Wi%C5%9Bniewski) | `80.96% <87.75%> (+0.23%)` | :arrow_up: | 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=Krzysztof+Wi%C5%9Bniewski#carryforward-flags-in-the-pull-request-comment) to find out more.

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