CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
2.93k stars 276 forks source link

Fix units in toJSON #1587

Closed adam-urbanczyk closed 1 month ago

adam-urbanczyk commented 1 month ago

Fixes #1585

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.85%. Comparing base (995d139) to head (0f73dbb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1587 +/- ## ======================================= Coverage 94.85% 94.85% ======================================= Files 28 28 Lines 6216 6216 Branches 1251 1252 +1 ======================================= Hits 5896 5896 Misses 193 193 Partials 127 127 ```

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

adam-urbanczyk commented 1 month ago

Simple fix, merging as-is. @lorenzncode thanks for the investigation!