Skip to content

New module for data modelling + undo manager#15

Merged
kunitoki merged 35 commits intomainfrom
dev/data_model_module
Jun 20, 2025
Merged

New module for data modelling + undo manager#15
kunitoki merged 35 commits intomainfrom
dev/data_model_module

Conversation

@kunitoki
Copy link
Copy Markdown
Owner

@kunitoki kunitoki commented Aug 2, 2024

Added yup_data_model module to the list of yup modules in function (_yup_add_default_modules modules_path) in cmake/yup_modules.cmake.

@kunitoki kunitoki changed the title New module for data modelling (undo, value trees, ...) New module for data modelling + undo manager Aug 2, 2024
yup-bot and others added 7 commits April 20, 2025 14:23
# Conflicts:
#	cmake/yup_modules.cmake
#	modules/yup_gui/yup_gui.h
#	tests/CMakeLists.txt
#	thirdparty/rive/rive.h
# Conflicts:
#	modules/yup_gui/yup_gui.h
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 20, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 72.78107% with 46 lines in your changes missing coverage. Please review.

Project coverage is 45.01%. Comparing base (b8cea35) to head (0666291).

Files with missing lines Patch % Lines
modules/yup_data_model/undo/yup_UndoManager.cpp 72.54% 42 Missing ⚠️
modules/yup_data_model/undo/yup_UndoManager.h 73.33% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   44.82%   45.01%   +0.19%     
==========================================
  Files         343      346       +3     
  Lines       31131    31307     +176     
==========================================
+ Hits        13953    14094     +141     
- Misses      17178    17213      +35     
Files with missing lines Coverage Δ
modules/yup_data_model/undo/yup_UndoableAction.h 100.00% <100.00%> (ø)
modules/yup_data_model/undo/yup_UndoManager.h 73.33% <73.33%> (ø)
modules/yup_data_model/undo/yup_UndoManager.cpp 72.54% <72.54%> (ø)

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8cea35...0666291. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kunitoki kunitoki merged commit 3609179 into main Jun 20, 2025
1 check passed
@kunitoki kunitoki deleted the dev/data_model_module branch June 20, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants