gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

improve WIDGET_TABLE #1735

Closed GillesDuvert closed 7 months ago

GillesDuvert commented 7 months ago

following #1718 the logic of WIDGET_TABLE had to be changed. This is an unfinished work (some treatment for tables is not done for example) But should be a good start

codecov[bot] commented 7 months ago

Codecov Report

Attention: 639 lines in your changes are missing coverage. Please review.

Comparison is base (b82c737) 41.96% compared to head (275e90a) 41.92%. Report is 12 commits behind head on master.

Files Patch % Lines
src/gdlwidget.cpp 0.00% 449 Missing :warning:
src/widget.cpp 0.00% 93 Missing :warning:
src/gdlwidgeteventhandler.cpp 0.00% 70 Missing :warning:
src/basic_fun.cpp 5.88% 16 Missing :warning:
src/gdlwidget.hpp 0.00% 3 Missing :warning:
src/default_io.cpp 90.00% 2 Missing :warning:
src/dialog.cpp 0.00% 2 Missing :warning:
src/interpol.cpp 0.00% 2 Missing :warning:
src/plotting.cpp 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1735 +/- ## ========================================== - Coverage 41.96% 41.92% -0.04% ========================================== Files 361 361 Lines 96381 96705 +324 Branches 19816 19834 +18 ========================================== + Hits 40446 40545 +99 - Misses 55935 56160 +225 ```

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