Argmaster / pygerber

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

Add PyGerber 3.0.0 AST to RVMC compiler #285

Closed Argmaster closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 82.70354% with 444 lines in your changes missing coverage. Please review.

Project coverage is 80.72%. Comparing base (4e07559) to head (afa645b). Report is 49 commits behind head on feature/pygerber-3-vm.

Files with missing lines Patch % Lines
src/pygerber/gerberx3/ast/re_builder_visitor.py 0.00% 317 Missing :warning:
src/pygerber/gerberx3/compiler/compiler.py 94.26% 26 Missing :warning:
...rc/pygerber/gerberx3/ast/state_tracking_visitor.py 88.09% 25 Missing :warning:
src/pygerber/gerberx3/ast/builder.py 91.47% 19 Missing :warning:
src/pygerber/vm/builder.py 82.50% 14 Missing :warning:
src/pygerber/gerberx3/compiler/errors.py 60.00% 6 Missing :warning:
src/pygerber/gerberx3/parser/__init__.py 58.33% 5 Missing :warning:
src/pygerber/vm/__init__.py 61.53% 5 Missing :warning:
src/pygerber/vm/types/box.py 90.00% 5 Missing :warning:
src/pygerber/gerberx3/formatter.py 98.03% 4 Missing :warning:
... and 10 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/pygerber-3-vm #285 +/- ## ========================================================= - Coverage 86.79% 80.72% -6.07% ========================================================= Files 292 309 +17 Lines 10707 12573 +1866 ========================================================= + Hits 9293 10150 +857 - Misses 1414 2423 +1009 ``` | [Flag](https://app.codecov.io/gh/Argmaster/pygerber/pull/285/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/285/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.72% <82.70%> (-6.07%)` | :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=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.