OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 21 forks source link

Refactor read_literal to use an enum for type #89

Closed lefessan closed 1 year ago

lefessan commented 1 year ago

Extraction of the enum refactoring from #27

codecov-commenter commented 1 year ago

Codecov Report

Merging #89 (ead6758) into gcos4gnucobol-3.x (2ca79d6) will decrease coverage by 0.01%. The diff coverage is 80.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@                  Coverage Diff                  @@
##           gcos4gnucobol-3.x      #89      +/-   ##
=====================================================
- Coverage              65.28%   65.28%   -0.01%     
=====================================================
  Files                     31       31              
  Lines                  56770    56770              
  Branches               14846    14847       +1     
=====================================================
- Hits                   37062    37060       -2     
- Misses                 13883    13885       +2     
  Partials                5825     5825              
Impacted Files Coverage Δ
cobc/scanner.l 75.10% <80.00%> (-0.08%) :arrow_down:
libcob/intrinsic.c 74.14% <0.00%> (-0.03%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

lefessan commented 1 year ago

Merged into svn