Open adamchalmers opened 2 weeks ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@7353881
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
modeling-cmds/src/shared.rs | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When extruding a 2D shape into a 3D shape, a bunch of new faces are created. These faces need IDs. The backend currently generates these IDs randomly. Add a new option to allow the client to send the IDs.