gnudatalanguage / gdl

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

improve test_all_basic_functions #1749

Closed GillesDuvert closed 7 months ago

GillesDuvert commented 7 months ago

added ++ and -- sorted functions to avoid calling unsupported on COMPLEX exercise more parts of code as there is a variety of code called for the same operator, depending on scalar, size comparison etc...

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3f369dd) 41.94% compared to head (ad546f4) 42.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1749 +/- ## ========================================== + Coverage 41.94% 42.83% +0.89% ========================================== Files 361 361 Lines 97059 97059 Branches 19910 19849 -61 ========================================== + Hits 40707 41576 +869 + Misses 56352 55483 -869 ```

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