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

Fixes #572 - Allow appending rows after a dynamic column was inserted #573

Merged
merged 4 commits into from
Dec 21, 2023

Avoid inserting dynamic values when row is already full

ec9c861
Select commit
Loading
Failed to load commit list.
Merged

Fixes #572 - Allow appending rows after a dynamic column was inserted #573

Avoid inserting dynamic values when row is already full
ec9c861
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2023 in 0s

92.47% (+0.06%) compared to 92a7535

View this Pull Request on Codecov

92.47% (+0.06%) compared to 92a7535

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (92a7535) 92.41% compared to head (ec9c861) 92.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #573      +/-   ##
==========================================
+ Coverage   92.41%   92.47%   +0.06%     
==========================================
  Files          28       28              
  Lines        2941     2965      +24     
==========================================
+ Hits         2718     2742      +24     
  Misses        223      223              

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