Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent potential issues with undoing/redoing changes to loop conditions #2926

Merged
merged 1 commit into from
Sep 4, 2024

Copy undo/redo data in undo command to prevent unintended modifications

56e774d
Select commit
Loading
Failed to load commit list.
Merged

Prevent potential issues with undoing/redoing changes to loop conditions #2926

Copy undo/redo data in undo command to prevent unintended modifications
56e774d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 1s

66.86% (+0.01%) compared to 47a949f

View this Pull Request on Codecov

66.86% (+0.01%) compared to 47a949f

Details

Codecov Report

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

Project coverage is 66.86%. Comparing base (47a949f) to head (56e774d).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
spinetoolbox/project_commands.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2926      +/-   ##
==========================================
+ Coverage   66.85%   66.86%   +0.01%     
==========================================
  Files         190      190              
  Lines       37027    37027              
  Branches     6355     6355              
==========================================
+ Hits        24755    24759       +4     
+ Misses      10951    10945       -6     
- Partials     1321     1323       +2     

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