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

Update `pygerber.gerberx3.api` to use new toolchain #302

Closed Argmaster closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 93.56725% with 11 lines in your changes missing coverage. Please review.

Project coverage is 79.91%. Comparing base (a2a4918) to head (3632ce7). Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
src/pygerber/gerberx3/api/_gerber_file.py 93.33% 6 Missing :warning:
src/pygerber/vm/pillow/vm.py 89.47% 2 Missing :warning:
src/pygerber/gerberx3/api/_project.py 95.65% 1 Missing :warning:
src/pygerber/gerberx3/parser/pyparsing/grammar.py 92.85% 1 Missing :warning:
src/pygerber/vm/vm.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #302 +/- ## ========================================== + Coverage 79.70% 79.91% +0.20% ========================================== Files 314 314 Lines 12618 12749 +131 ========================================== + Hits 10057 10188 +131 Misses 2561 2561 ``` | [Flag](https://app.codecov.io/gh/Argmaster/pygerber/pull/302/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/302/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Krzysztof+Wi%C5%9Bniewski) | `79.91% <93.56%> (+0.20%)` | :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.