Skip to content

Add separate bodies param to the CSG APIs#1088

Open
mlfarrell wants to merge 3 commits intomainfrom
mike/csg-separate-bodies
Open

Add separate bodies param to the CSG APIs#1088
mlfarrell wants to merge 3 commits intomainfrom
mike/csg-separate-bodies

Conversation

@mlfarrell
Copy link
Contributor

@mlfarrell mlfarrell commented Feb 13, 2026

@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@5e2d284). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1088   +/-   ##
=======================================
  Coverage        ?   26.19%           
=======================================
  Files           ?       35           
  Lines           ?     1756           
  Branches        ?        0           
=======================================
  Hits            ?      460           
  Misses          ?     1296           
  Partials        ?        0           
Flag Coverage Δ
unittests 26.19% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

)

If you put #[serde(default)] it'll use the default value for that
field's type (e.g. ints default to 0, strings default to "", and you can
define whatever defaults you want for your type.

If you put #[builder(default)] then the builder API will use the default
too, and users can override that default of course.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants