rewin123 / space_editor

bevy prefab editor
MIT License
383 stars 47 forks source link

separated tabs from ui crate #269

Closed rewin123 closed 7 months ago

rewin123 commented 7 months ago

Currently its just code moving. Want to split separations PRs in multiple steps

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 0% with 219 lines in your changes are missing coverage. Please review.

Project coverage is 34.78%. Comparing base (a8a7831) to head (96e8551).

Files Patch % Lines
crates/editor_tabs/src/lib.rs 0.00% 174 Missing :warning:
crates/editor_tabs/src/sizing.rs 0.00% 31 Missing :warning:
crates/editor_tabs/src/schedule_editor_tab.rs 0.00% 10 Missing :warning:
crates/editor_tabs/src/colors.rs 0.00% 3 Missing :warning:
crates/editor_ui/src/change_chain.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## v0.6 #269 +/- ## ======================================= Coverage 34.78% 34.78% ======================================= Files 58 62 +4 Lines 9301 9301 ======================================= Hits 3235 3235 Misses 6066 6066 ```

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

naomijub commented 7 months ago

Should this target main or v0.6? Being a major change, I would target v0.6

rewin123 commented 7 months ago

Should this target main or v0.6? Being a major change, I would target v0.6

Oh, yes. Misselect