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 basic optimizer passes #312

Open Argmaster opened 1 month ago

Argmaster commented 1 month ago

See #90

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 72.82609% with 75 lines in your changes missing coverage. Please review.

Project coverage is 91.00%. Comparing base (e5a0576) to head (0c70fb6). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...erber/gerber/optimizer/optimizer_pass/base_pass.py 72.42% 75 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #312 +/- ## ========================================== + Coverage 90.49% 91.00% +0.50% ========================================== Files 154 153 -1 Lines 6797 6980 +183 ========================================== + Hits 6151 6352 +201 + Misses 646 628 -18 ``` | [Flag](https://app.codecov.io/gh/Argmaster/pygerber/pull/312/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/312/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Krzysztof+Wi%C5%9Bniewski) | `91.00% <72.82%> (+0.50%)` | :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.